From 77dd32728297999c55a6fcab0735a93cfa2bc53c Mon Sep 17 00:00:00 2001 From: Rafael Pereira <82586689+RafaelXokito@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:29:30 +0100 Subject: [PATCH] Docs: Fix Concepts Integration Tools Link (#24301) - **Description:** This PR fix concepts integrations tools link. - **Issue:** Fixes issue #24112 --------- Co-authored-by: ccurme --- docs/docs/concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts.mdx b/docs/docs/concepts.mdx index 95ce6974c29..6b592328e89 100644 --- a/docs/docs/concepts.mdx +++ b/docs/docs/concepts.mdx @@ -522,7 +522,7 @@ Generally, when designing tools to be used by a chat model or LLM, it is importa For specifics on how to use tools, see the [relevant how-to guides here](/docs/how_to/#tools). -To use an existing pre-built tool, see [here](docs/integrations/tools/) for a list of pre-built tools. +To use an existing pre-built tool, see [here](/docs/integrations/tools/) for a list of pre-built tools. ### Toolkits