fix: update outdated CrewAI Toolkit links in docs (fixes #5253)#5254
Open
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Open
fix: update outdated CrewAI Toolkit links in docs (fixes #5253)#5254devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Conversation
Update all references from the old personal repo URL (github.com/joaomdmoura/crewai-tools) to the current monorepo location (github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools) across all language versions (en, ko, ar, pt-BR) of the docs. Add regression test to prevent future link rot. Fixes #5253 Co-Authored-By: João <joao@crewai.com>
Contributor
Author
|
Prompt hidden (unlisted session) |
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces all references to the deprecated personal repo URL (
github.com/joaomdmoura/crewai-tools) with the current monorepo location (github.com/crewAIInc/crewAI/tree/main/lib/crewai-tools) across all 4 language versions of the docs (en, ko, ar, pt-BR). Affected files:agents.mdx,tasks.mdx, andtools.mdxin each locale — 12 files total.Adds a regression test (
lib/crewai/tests/test_docs_links.py) that scans all.mdxfiles for the deprecated URL to prevent this from recurring.Fixes #5253
Review & Testing Checklist for Human
test_crewai_toolkit_links_use_correct_urluses a regex matchingCrewAI.*Toolkitin link text, which won't match localized link text (e.g., Arabicمجموعة أدوات CrewAI). The first test (test_no_deprecated_crewai_tools_link) does a plain string search and covers all languages. Decide if the second test's partial coverage is acceptable or if it should be adjusted.Notes
@joaomdmouraas an author attribution were intentionally left unchanged — those are accurate historical records, not links to the old repo.ko/concepts/tools.mdxdiff includes a trailing newline fix (missing EOF newline).Link to Devin session: https://app.devin.ai/sessions/8f3a0917988f4a48846744a720484b0f
Note
Low Risk
Low risk: documentation-only link updates plus a new test that scans
.mdxfiles for deprecated URLs; no runtime code paths are affected beyond CI test coverage.Overview
Updates all docs references to the CrewAI Toolkit repo from
github.com/joaomdmoura/crewai-toolsto the monorepo locationgithub.com/crewAIInc/crewAI/tree/main/lib/crewai-toolsacross multiple locales (e.g.,agents.mdx,tasks.mdx,tools.mdx).Adds
lib/crewai/tests/test_docs_links.py, a pytest suite that walks thedocs/tree to fail CI on deprecated toolkit URLs and to validate that markdown links labeled CrewAI Toolkit point at the correct monorepo URL.Written by Cursor Bugbot for commit f66e30b. This will update automatically on new commits. Configure here.