From e12c44be769e705f426dd085b30789472f894b73 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Sat, 20 Jun 2026 08:46:59 +0530 Subject: [PATCH] fix(docs): correct broken MindsDB data_sources link in ai_mind_tool README MDB docs restructured; canonical landing page is docs.mdb.ai which auto-redirects to the onboarding flow. --- lib/crewai-tools/src/crewai_tools/tools/ai_mind_tool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crewai-tools/src/crewai_tools/tools/ai_mind_tool/README.md b/lib/crewai-tools/src/crewai_tools/tools/ai_mind_tool/README.md index 95d2deb424..de6dbd39ab 100644 --- a/lib/crewai-tools/src/crewai_tools/tools/ai_mind_tool/README.md +++ b/lib/crewai-tools/src/crewai_tools/tools/ai_mind_tool/README.md @@ -61,7 +61,7 @@ The `datasources` parameter is a list of dictionaries, each containing the follo - `connection_data`: A dictionary containing the connection parameters for the datasource. Find a list of connection parameters for each engine in the link below. - `tables`: A list of tables that the data source will use. This is optional and can be omitted if all tables in the data source are to be used. -A list of supported data sources and their connection parameters can be found [here](https://docs.mdb.ai/docs/data_sources). +A list of supported data sources and their connection parameters can be found [here](https://docs.mdb.ai). ```python from crewai import Agent