docs: fix api ref link (#14679)

Don't point to stable, let api docs choose default version
This commit is contained in:
Bagatur 2023-12-13 13:42:01 -08:00 committed by GitHub
parent effd000b91
commit d4312e2424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ const config = {
label: "Guides", label: "Guides",
}, },
{ {
href: "https://api.python.langchain.com/en/stable/api_reference.html", href: "https://api.python.langchain.com",
label: "API", label: "API",
position: "left", position: "left",
}, },