From 14cc907d35c424e3cb60cfbc3d1fe6d5bf170ede Mon Sep 17 00:00:00 2001 From: Varun <142821198+adroitvarun@users.noreply.github.com> Date: Wed, 29 Nov 2023 02:41:16 +0530 Subject: [PATCH] Update the stable docs link (#13798) - **Description:** Point to the stable version of documentation, - **Twitter handle:** varunzxzx --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index d6e3aa7069..94863133f1 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -166,7 +166,7 @@ const config = { label: "Guides", }, { - href: "https://api.python.langchain.com", + href: "https://api.python.langchain.com/en/stable/api_reference.html", label: "API", position: "left", },