Skip to content

docs: fix broken TOC links in readme.md#4852

Open
nil957 wants to merge 1 commit into
anuraghazra:masterfrom
nil957:fix/readme-broken-toc-links
Open

docs: fix broken TOC links in readme.md#4852
nil957 wants to merge 1 commit into
anuraghazra:masterfrom
nil957:fix/readme-broken-toc-links

Conversation

@nil957

@nil957 nil957 commented Apr 3, 2026

Copy link
Copy Markdown

Summary

Fixes #4802

Problem

The table of contents and Important Notices section had broken internal links:

  • TOC entry "GitHub Actions (Recommended)" linked to #github-actions-recommended, but the actual section header is ## GitHub Actions (anchor: #github-actions)
  • TOC entry "Self-hosted (Vercel/Other) (Recommended)" linked to #self-hosted-vercelother-recommended, but the actual section header is ## Self-hosted (Vercel/Other) (anchor: #self-hosted-vercelother)
  • Important Notices section also referenced the incorrect anchor

Solution

Updated the anchor links to match the actual section headers:

  • #github-actions-recommended#github-actions
  • #self-hosted-vercelother-recommended#self-hosted-vercelother

Changes

  • Line 88: Fixed TOC link for GitHub Actions section
  • Line 89: Fixed TOC link for Self-hosted section
  • Line 102: Fixed inline link in Important Notices

Fixes anuraghazra#4802

The table of contents entries for 'GitHub Actions' and 'Self-hosted'
sections had incorrect anchor links:
- #github-actions-recommended -> #github-actions
- #self-hosted-vercelother-recommended -> #self-hosted-vercelother

The anchors now match the actual section headers.
@vercel

vercel Bot commented Apr 3, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the github readme stats Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation. label Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken link in readme.md (another one)

1 participant