From 2f420f328882aedd9c92b9ce63e0068de5aed889 Mon Sep 17 00:00:00 2001 From: Ty Chermsirivatana Date: Thu, 6 Jun 2024 10:37:36 -0400 Subject: [PATCH] Fixed link in tool_guide.md (#174) --- docs/custom_tool_guides/tool_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_tool_guides/tool_guide.md b/docs/custom_tool_guides/tool_guide.md index d05663a3ff..5f1f41c8c8 100644 --- a/docs/custom_tool_guides/tool_guide.md +++ b/docs/custom_tool_guides/tool_guide.md @@ -27,7 +27,7 @@ There are three types of tools: ## Step 3: Implement the Tool -Add your tool implementation [here](https://github.com/cohere-ai/toolkit/tree/main/src/community/tools) (please note that this link is subject to change). +Add your tool implementation [here](https://github.com/cohere-ai/cohere-toolkit/tree/main/src/community/tools) (please note that this link is subject to change). If you need to install a new library to run your tool, execute the following command and run `make dev` again.