Skip to content

docs: point prompt-template link at its current path - #7101

Open
kikifrost wants to merge 1 commit into
crewAIInc:mainfrom
kikifrost:docs/fix-prompt-templates-link
Open

docs: point prompt-template link at its current path#7101
kikifrost wants to merge 1 commit into
crewAIInc:mainfrom
kikifrost:docs/fix-prompt-templates-link

Conversation

@kikifrost

Copy link
Copy Markdown

Summary

  • Point the "original prompt templates" link on the prompt-customization guide at the path the file now lives at.
  • Apply the same update to English, Arabic, Korean, and Brazilian Portuguese.

Why

The guide links to crewAI/blob/main/src/crewai/translations/en.json, which returns 404. After the move to the lib/ workspace layout the file lives at lib/crewai/src/crewai/translations/en.json.

Verification

  • curl -L on both URLs: the current link returns 404, the updated one returns 200.
  • Confirmed lib/crewai/src/crewai/translations/en.json is the only translations/en.json in the tree.
  • Confirmed no remaining references to the old path under docs/edge/.
  • Frozen docs/v*/ snapshots untouched; locale copies updated per DOCS_TRANSLATIONS.md.

@kikifrost

Copy link
Copy Markdown
Author

Per CONTRIBUTING, this PR is AI-assisted and needs the llm-generated label. I don't have permission to apply labels on this repo — could a maintainer add it? Happy to answer any questions about the change.

@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 36890ac3-0d02-4162-8c49-b4fb738746d6

📥 Commits

Reviewing files that changed from the base of the PR and between 9e9a857 and a36622d.

📒 Files selected for processing (4)
  • docs/edge/ar/guides/advanced/customizing-prompts.mdx
  • docs/edge/en/guides/advanced/customizing-prompts.mdx
  • docs/edge/ko/guides/advanced/customizing-prompts.mdx
  • docs/edge/pt-BR/guides/advanced/customizing-prompts.mdx

Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review.


📝 Walkthrough

Walkthrough

The localized customizing-prompts guides update the CrewAI prompt template link from src/crewai to lib/crewai/src/crewai.

Changes

Prompt template links

Layer / File(s) Summary
Update localized prompt template links
docs/edge/{ar,en,ko,pt-BR}/guides/advanced/customizing-prompts.mdx
The Arabic, English, Korean, and Brazilian Portuguese guides now reference lib/crewai/src/crewai/translations/en.json.

Merge Risk: ⚪ Minimal · up to a3662

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)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the documentation link update.
Description check ✅ Passed The description accurately explains the link update, affected locales, verification, and unchanged snapshots.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (4 skipped: 4 unsupported.)
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant