From 2f47e5c7666fd0eba5c4c37a1d267a0ef334e2a7 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Fri, 16 Jun 2023 12:18:17 -0700 Subject: [PATCH] update api link (#6303) --- docs/docs_skeleton/docs/get_started/introduction.mdx | 2 +- docs/docs_skeleton/sidebars.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs_skeleton/docs/get_started/introduction.mdx b/docs/docs_skeleton/docs/get_started/introduction.mdx index d8fb099e07..291241209f 100644 --- a/docs/docs_skeleton/docs/get_started/introduction.mdx +++ b/docs/docs_skeleton/docs/get_started/introduction.mdx @@ -62,4 +62,4 @@ Join us on [GitHub](https://github.com/hwchase17/langchain) or [Discord](https:/ ## API reference -Head to the [reference](https://api.python.langchain.com/en/dev2049-docs_docusaurus/) section for full documentation of all classes and methods in the LangChain Python package. \ No newline at end of file +Head to the [reference](https://api.python.langchain.com) section for full documentation of all classes and methods in the LangChain Python package. \ No newline at end of file diff --git a/docs/docs_skeleton/sidebars.js b/docs/docs_skeleton/sidebars.js index 2b1a1646cd..eba5573b9a 100644 --- a/docs/docs_skeleton/sidebars.js +++ b/docs/docs_skeleton/sidebars.js @@ -93,7 +93,7 @@ module.exports = { }, { type: "link", - href: "https://api.python.langchain.com/en/dev2049-docs_docusaurus/", + href: "https://api.python.langchain.com", label: "API reference", }, ],