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

View File

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