(new docs): fix links (#21345)

This commit is contained in:
ccurme
2024-05-06 17:52:54 -04:00
committed by GitHub
parent 5d5492ebb4
commit 4792f0575c
9 changed files with 106 additions and 8 deletions

View File

@@ -63,7 +63,7 @@
"```\n",
"\n",
"\n",
"For more details, see our [Installation guide](/docs/get_started/installation).\n",
"For more details, see our [Installation guide](/docs/installation).\n",
"\n",
"### LangSmith\n",
"\n",

View File

@@ -75,7 +75,7 @@
"```\n",
"\n",
"\n",
"For more details, see our [Installation guide](/docs/get_started/installation).\n",
"For more details, see our [Installation guide](/docs/installation).\n",
"\n",
"### LangSmith\n",
"\n",

View File

@@ -65,7 +65,7 @@
"```\n",
"\n",
"\n",
"For more details, see our [Installation guide](/docs/get_started/installation).\n",
"For more details, see our [Installation guide](/docs/installation).\n",
"\n",
"### LangSmith\n",
"\n",

View File

@@ -64,7 +64,7 @@
"```\n",
"\n",
"\n",
"For more details, see our [Installation guide](/docs/get_started/installation).\n",
"For more details, see our [Installation guide](/docs/installation).\n",
"\n",
"### LangSmith\n",
"\n",

View File

@@ -117,7 +117,7 @@
"\n",
"## Chains {#chains}\n",
"\n",
"Chains (i.e., compositions of LangChain [Runnables](/docs/expression_language/)) support applications whose steps are predictable. We can create a simple chain that takes a question and does the following:\n",
"Chains (i.e., compositions of LangChain [Runnables](/docs/concepts#langchain-expression-language)) support applications whose steps are predictable. We can create a simple chain that takes a question and does the following:\n",
"- convert the question into a SQL query;\n",
"- execute the query;\n",
"- use the result to answer the original question.\n",

View File

@@ -87,7 +87,7 @@
"```\n",
"\n",
"\n",
"For more details, see our [Installation guide](/docs/get_started/installation).\n",
"For more details, see our [Installation guide](/docs/installation).\n",
"\n",
"### LangSmith\n",
"\n",