chore: fix broken links#1765
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughUpdated two textual links: a Doxygen reference in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@doc/developer-notes.md`:
- Around line 107-108: Replace the bare URL in the sentence "A full list of
comment syntaxes picked up by doxygen can be found at
https://www.doxygen.nl/manual/docblocks.html" with a markdown link (e.g., "A
full list of comment syntaxes picked up by doxygen can be found at [Doxygen
docblocks](https://www.doxygen.nl/manual/docblocks.html)") so the file no longer
violates MD034; update the doc string accordingly wherever that bare URL
appears.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Replace broken doxygen link (stack.nl 404) with current doxygen.nl URL. Replace broken cppreference Iterator concept link with the correct named_req/Iterator URL (the LegacyIterator named requirement page), not the general iterator library page. Both old links return HTTP 404; both replacements return HTTP 200. Also upgrade http:// to https:// for both URLs. refs #1765 Co-authored-by: Reuben Yap <reuben@firo.org>
http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html - broken
https://www.doxygen.nl/manual/docblocks.html - correct
http://en.cppreference.com/w/cpp/concept/Iterator - broken
https://en.cppreference.com/w/cpp/iterator.html - correct