Skip to content

docs: restore 5 dead link(s) via Wayback - #8820

Open
mirkosalvato1-ctrl wants to merge 1 commit into
craftersoftware:developfrom
mirkosalvato1-ctrl:docs/fix-links-4110-34042
Open

docs: restore 5 dead link(s) via Wayback#8820
mirkosalvato1-ctrl wants to merge 1 commit into
craftersoftware:developfrom
mirkosalvato1-ctrl:docs/fix-links-4110-34042

Conversation

@mirkosalvato1-ctrl

@mirkosalvato1-ctrl mirkosalvato1-ctrl commented Jul 23, 2026

Copy link
Copy Markdown

This PR fixes 5 broken outbound documentation link(s).

Changes:

  • README.md: https://craftercms.com/docs/current/reference/modules/engine/index.htmhttp://web.archive.org/web/20250327143253/https://craftercms.com/docs/ (Wayback snapshot (host dead))
  • README.md: https://craftercms.com/docs/current/reference/modules/studio/index.htmhttp://web.archive.org/web/20250327131939/https://craftercms.com/docs/ (Wayback snapshot (host dead))
  • README.md: https://craftercms.com/docs/current/reference/modules/profile/index.hthttp://web.archive.org/web/20250327125254/https://craftercms.com/docs/ (Wayback snapshot (host dead))
  • README.md: https://craftercms.com/docs/current/reference/modules/social/index.htmhttp://web.archive.org/web/20250327143105/https://craftercms.com/docs/ (Wayback snapshot (host dead))
  • README.md: https://craftercms.com/docs/current/reference/modules/deployer/index.hhttp://web.archive.org/web/20250327141050/https://craftercms.com/docs/ (Wayback snapshot (host dead))

Fixes #4110

Summary by CodeRabbit

  • Documentation
    • Updated module documentation links in the README to use archived reference pages.

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The README’s five module documentation links now point to corresponding Wayback Machine snapshots instead of current Crafter CMS documentation URLs.

Changes

Documentation links

Layer / File(s) Summary
Update module documentation links
README.md
The engine, studio, profile, social, and deployer links now use archived documentation URLs.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: sumerjabri

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Linked Issues check ⚠️ Warning The PR updates README links, but issue #4110 requires a separate permission or warning for page file-name changes. Implement the file-name permission or warning behavior described in #4110, and describe how the change addresses renaming subpages.
Out of Scope Changes check ⚠️ Warning The README link restoration is unrelated to the #4110 permission change request, so the changes are out of scope for the linked issue. Either align the PR with #4110 or split the documentation-link fix into a separate PR unrelated to that issue.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed Title matches the main change: restoring dead documentation links in README.md via Wayback.
Description check ✅ Passed The PR description explains the link fixes and includes the ticket reference, so it mostly fits the template.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 929d3a7 and f572799.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
Comment on lines +221 to +225
* [`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)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce a separate permission to change the file-name of a page

1 participant