docs: fix more broken links (#27806)

Fix some broken links
This commit is contained in:
Eugene Yurtsev
2024-10-31 15:46:39 -04:00
committed by GitHub
parent c572d663f9
commit 71f590de50
18 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ hide_table_of_contents: true
# Key-value stores
[Key-value stores](/docs/concepts/#key-value-stores) are used by other LangChain components to store and retrieve data.
[Key-value stores](/docs/concepts/key_value_stores) are used by other LangChain components to store and retrieve data.
:::info

View File

@@ -182,7 +182,7 @@ custom_edit_url:
# Tools
[Tools](/docs/concepts/#tools) are utilities designed to be called by a model: their inputs are designed to be generated by models, and their outputs are designed to be passed back to models.
[Tools](/docs/concepts/tools) are utilities designed to be called by a model: their inputs are designed to be generated by models, and their outputs are designed to be passed back to models.
A [toolkit](/docs/concepts#toolkits) is a collection of tools meant to be used together.