From d4312e2424c2b1a7a1640479169dd63058936390 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:42:01 -0800 Subject: [PATCH] docs: fix api ref link (#14679) Don't point to stable, let api docs choose default version --- 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 f256de993b..7c8af6d919 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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", },