Skip to content

Fix broken anchor links in README navigation#1123

Open
nalmeida wants to merge 1 commit into
serhii-londar:masterfrom
nalmeida:fix/readme-anchor-links
Open

Fix broken anchor links in README navigation#1123
nalmeida wants to merge 1 commit into
serhii-londar:masterfrom
nalmeida:fix/readme-anchor-links

Conversation

@nalmeida
Copy link
Copy Markdown

Section headings include emojis and app counts (e.g. ### 🎵 Audio (39)), which causes GitHub to generate anchors like #-audio-39 instead of #audio. All navigation links in the Contents section were broken.

Fix

Added explicit <a name="..."></a> tags before each of the 49 section headings so all nav links resolve correctly.

Checklist

  • Only one project/change is in this pull request

Add explicit HTML anchor tags before each section heading so that
navigation links like #audio, #backup, #development resolve correctly.
Headings with emojis and counts generate different auto-anchors than
the nav links expect.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant