Fix links to documentation - #291
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
There was a problem hiding this comment.
🟡 Changes recommended
Several updated documentation URLs likely need the .html suffix to reliably resolve on the published docs site.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the contributor documentation to point to the new Yii internals documentation site instead of GitHub yiisoft/docs blob links.
Changes:
- Replaced
github.com/yiisoft/docs/blob/master/*.mdlinks withyiisoft.github.io/docs/internals/*links. - Normalized list formatting/indentation in the prerequisites section.
- Updated the “development tool” and “roadmap” references to the new docs host.
File summaries
| File | Description |
|---|---|
.github/CONTRIBUTING.md |
Updates contributor-facing documentation links to the new Yii docs site. |
Review details
Suppressed comments (2)
.github/CONTRIBUTING.md:21
- This roadmap link likely needs the
.htmlsuffix to match the published internals docs URL format (e.g.,.../003-roadmap.html).
- [Check roadmap](https://yiisoft.github.io/docs/internals/003-roadmap).
.github/CONTRIBUTING.md:11
- This link likely needs the
.htmlsuffix to match the published internals docs URL format (e.g.,.../005-development-tool.html).
Since Yii 3 consists of many packages, we have a [special development tool](https://yiisoft.github.io/docs/internals/005-development-tool).
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| - [Yii goal and values](https://yiisoft.github.io/docs/internals/001-yii-values) | ||
| - [Namespaces](https://yiisoft.github.io/docs/internals/004-namespaces) | ||
| - [Git commit messages](https://yiisoft.github.io/docs/internals/006-git-commit-messages) | ||
| - [Exceptions](https://yiisoft.github.io/docs/internals/007-exceptions) | ||
| - [Interfaces](https://yiisoft.github.io/docs/internals/008-interfaces) |
No description provided.