Skip to content

Conversation

@dereuromark
Copy link
Member

Summary

  • Fix 62 broken internal anchor links across 47 documentation files
  • Update cross-reference anchors to match actual heading slugs in target documents
  • Covers migration guides, controllers, ORM, views, core libraries, routing, and tutorials

Update internal cross-reference anchors to match actual heading slugs
in target documents. Fixes links in migration guides, controllers,
ORM, views, core libraries, and tutorial documentation.
@dereuromark
Copy link
Member Author

@josbeir The current link checker also only verifies the URL, not the anchor. We could probably fine tune that too.

@josbeir
Copy link
Contributor

josbeir commented Feb 2, 2026

@josbeir The current link checker also only verifies the URL, not the anchor. We could probably fine tune that too.

The link checker does check achors, and the ones you fixed where already working but using an <a> tag so they where technically not broken.

[Symlink Assets](../deployment#symlink-assets) for how to do this.

linked to <a id="symlink-assets"></a>

So it may be good to scan for those and clean them in this PR also if they remain present?

@dereuromark
Copy link
Member Author

Closing this - as josbeir pointed out, the old anchor links were all working via <a id=""> HTML tags. None were actually broken. All 85 changed anchors resolve correctly on the 5.x branch.

@dereuromark dereuromark closed this Feb 2, 2026
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.

4 participants