Skip to content

Fix broken TOC anchor links in README - #2140

Open
huynhthuongbui1990-bit wants to merge 1 commit into
jwasham:mainfrom
huynhthuongbui1990-bit:fix-broken-toc-anchors
Open

Fix broken TOC anchor links in README#2140
huynhthuongbui1990-bit wants to merge 1 commit into
jwasham:mainfrom
huynhthuongbui1990-bit:fix-broken-toc-anchors

Conversation

@huynhthuongbui1990-bit

Copy link
Copy Markdown

Summary

  • Removed the dead [Find a Job](#find-a-job) TOC entry — no corresponding section exists between "Update Your Resume" and "Interview Process & General Interview Prep".
  • Fixed the #unix-command-line-tools TOC anchor to #unixlinux-command-line-tools, matching the actual heading "Unix/Linux command line tools".

Verified by parsing all headings in README.md, computing GitHub-style anchor slugs, and cross-checking every internal (#...) link in the Table of Contents — went from 2 broken links to 0.

Test plan

  • Ran a script to compute anchor slugs from all headings and confirm every TOC link resolves to an existing heading (0 broken links after fix)

Removed dead "Find a Job" TOC entry (no matching section exists) and
corrected the "Unix command line tools" anchor to match the actual
heading slug "unixlinux-command-line-tools".
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