docs: point prompt-template link at its current path - #7101
Conversation
|
Per CONTRIBUTING, this PR is AI-assisted and needs the |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review. 📝 WalkthroughWalkthroughThe localized ChangesPrompt template links
Merge Risk: ⚪ Minimal · up to This localized documentation change updates a broken prompt-template link across four supported languages; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Why
The guide links to
crewAI/blob/main/src/crewai/translations/en.json, which returns 404. After the move to thelib/workspace layout the file lives atlib/crewai/src/crewai/translations/en.json.Verification
curl -Lon both URLs: the current link returns 404, the updated one returns 200.lib/crewai/src/crewai/translations/en.jsonis the onlytranslations/en.jsonin the tree.docs/edge/.docs/v*/snapshots untouched; locale copies updated perDOCS_TRANSLATIONS.md.