From 057a8194e544374e5b09072f68ed1b7cf18a3d10 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Wed, 13 Dec 2023 13:40:34 -0800 Subject: [PATCH] docs: fix api ref link --- 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 f256de993b955..7c8af6d91924e 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", },