fix(docs): repoint references to the relocated contributing guide - #192
Conversation
The guide moved to .github/CONTRIBUTING.md; these references still resolved against the old root location and 404 from where they are written. Rewritten using the correct relative depth. - `.github/CONTRIBUTING.md`: in-guide links withdrawn one level to the root - `examples/newsroom/README.adoc`: ../CONTRIBUTING.md -> ../../.github/CONTRIBUTING.md - `playground/SECURITY.adoc`: CONTRIBUTING.md -> ../.github/CONTRIBUTING.md
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (18)
🧰 Additional context used🪛 LanguageTool.github/CONTRIBUTING.md[locale-violation] ~189-~189: LICENSE must be spelled with a “c” when used as a noun in British English. Use “licence”. (LICENCE_LICENSE_NOUN_SINGULAR) 🔇 Additional comments (3)
📝 SummarySummary by CodeRabbit
WalkthroughThe change corrects four relative Markdown and AsciiDoc links. The links now target the repository roadmap, licence, and contribution guidelines from their current documentation locations. ChangesDocumentation link corrections
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Bug fix 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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. A rabbit checks each link with care Comment |
fix(docs): repoint references to the relocated contributing guide
The guide moved to .github/CONTRIBUTING.md; these references still resolved
against the old root location and 404 from where they are written. Rewritten
using the correct relative depth.
.github/CONTRIBUTING.md: in-guide links withdrawn one level to the rootexamples/newsroom/README.adoc: ../CONTRIBUTING.md -> ../../.github/CONTRIBUTING.mdplayground/SECURITY.adoc: CONTRIBUTING.md -> ../.github/CONTRIBUTING.md