Update PPA docs link to its canonical destination#453
Conversation
The Launchpad PPA documentation URL now 301-redirects from documentation.ubuntu.com to ubuntu.com/docs, which the link checker rejects since max_redirects is 0. Point at the canonical destination. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates the PPA documentation URL in ChangesPPA Doc Link Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minutes Poem
🚥 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 |
There was a problem hiding this comment.
Code Review
This pull request updates a documentation URL in README.dev.md to point to the correct Ubuntu documentation path. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
The canonical PPA URL is shorter than the old one, so prettier's --prose-wrap always rewraps the paragraph at the 80-column print width. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Summary
The Links workflow failed because the Launchpad PPA documentation URL in
README.dev.mdnow 301-redirects:Since
lychee.tomlsetsmax_redirects = 0(so moved links get surfaced and updated to their canonical destination), this fails CI. This updates the link to the canonicalubuntu.com/docsURL, which returns 200 with no further redirect.Test plan
lychee --no-progress './README.dev.md'→ 3 OK, 0 errors.🤖 Generated with Claude Code
Summary by CodeRabbit