docs: restore 5 dead link(s) via Wayback - #8820
Conversation
WalkthroughThe README’s five module documentation links now point to corresponding Wayback Machine snapshots instead of current Crafter CMS documentation URLs. ChangesDocumentation links
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Around line 221-225: Update the five Wayback Machine URLs in the README module
links for engine, studio, profile, social, and deployer to use the
https://web.archive.org scheme, preserving each existing archived path and link
text.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: de44815d-45f4-4457-84d7-1620cff3f67b
📒 Files selected for processing (1)
README.md
| * [`engine`](http://web.archive.org/web/20250327143253/https://craftercms.com/docs/current/reference/modules/engine/index.html) | ||
| * [`studio`](http://web.archive.org/web/20250327131939/https://craftercms.com/docs/current/reference/modules/studio/index.html) | ||
| * [`profile`](http://web.archive.org/web/20250327125254/https://craftercms.com/docs/current/reference/modules/profile/index.html) | ||
| * [`social`](http://web.archive.org/web/20250327143105/https://craftercms.com/docs/current/reference/modules/social/index.html) | ||
| * [`deployer`](http://web.archive.org/web/20250327141050/https://craftercms.com/docs/current/reference/modules/deployer/index.html) |
There was a problem hiding this comment.
🔒 Security & Privacy | 🟡 Minor | ⚡ Quick win
Use HTTPS for the Wayback Machine links.
These links currently start with http://, exposing readers to an insecure first hop before any redirect. Change the archive host to https://web.archive.org for all five URLs.
Proposed fix
-* [`engine`](http://web.archive.org/web/20250327143253/https://craftercms.com/docs/current/reference/modules/engine/index.html)
+* [`engine`](https://web.archive.org/web/20250327143253/https://craftercms.com/docs/current/reference/modules/engine/index.html)Apply the same scheme change to the studio, profile, social, and deployer links.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` around lines 221 - 225, Update the five Wayback Machine URLs in
the README module links for engine, studio, profile, social, and deployer to use
the https://web.archive.org scheme, preserving each existing archived path and
link text.
This PR fixes 5 broken outbound documentation link(s).
Changes:
README.md:https://craftercms.com/docs/current/reference/modules/engine/index.htm→http://web.archive.org/web/20250327143253/https://craftercms.com/docs/(Wayback snapshot (host dead))README.md:https://craftercms.com/docs/current/reference/modules/studio/index.htm→http://web.archive.org/web/20250327131939/https://craftercms.com/docs/(Wayback snapshot (host dead))README.md:https://craftercms.com/docs/current/reference/modules/profile/index.ht→http://web.archive.org/web/20250327125254/https://craftercms.com/docs/(Wayback snapshot (host dead))README.md:https://craftercms.com/docs/current/reference/modules/social/index.htm→http://web.archive.org/web/20250327143105/https://craftercms.com/docs/(Wayback snapshot (host dead))README.md:https://craftercms.com/docs/current/reference/modules/deployer/index.h→http://web.archive.org/web/20250327141050/https://craftercms.com/docs/(Wayback snapshot (host dead))Fixes #4110
Summary by CodeRabbit