Skip to content

Change all explicitly created <a name="..."> anchors to lowercase - #2304

Merged
cubbimew merged 1 commit into
isocpp:masterfrom
jwakely:fix-anchors
Nov 13, 2025
Merged

cubbimew merged 1 commit into
isocpp:masterfrom
jwakely:fix-anchors

Conversation

@jwakely

@jwakely jwakely commented Nov 12, 2025

Copy link
Copy Markdown
Contributor

GitHub Flavored Markdown requires these anchors to be all-lowercase for markdown-style links within the document to work.

Also change one anchor that uses '*' which isn't valid in HTML or Markdown.

Fixes #2165
Fixes #1287
Fixes #2210
Related #2198

GitHub Flavored Markdown requires these anchors to be all-lowercase for
markdown-style links within the document to work.

Also change one anchor that uses '*' which isn't valid in HTML or
Markdown.

And rename duplicate anchor res-macros to res-macros3.
@jwakely

jwakely commented Nov 12, 2025

Copy link
Copy Markdown
Contributor Author

This keeps being reported as a problem (e.g. #2300 earlier today) so let's just fix all the internal anchors so that they work with GH-flavored markdown.

@jwakely

jwakely commented Nov 12, 2025

Copy link
Copy Markdown
Contributor Author

@cubbimew
cubbimew merged commit ee52a86 into isocpp:master Nov 13, 2025
1 check passed
carlosgalvezp added a commit to carlosgalvezp/llvm-project that referenced this pull request Nov 28, 2025
They recently changed all their anchors to start with lowercase:
isocpp/CppCoreGuidelines#2304

So now our links are broken :) This patch fixes them.
carlosgalvezp added a commit to llvm/llvm-project that referenced this pull request Nov 28, 2025
They recently changed all their anchors to start with lowercase:
isocpp/CppCoreGuidelines#2304

So now our links are broken :) This patch fixes them.

Co-authored-by: Carlos Gálvez <carlos.galvez@zenseact.com>
llvm-sync Bot pushed a commit to arm/arm-toolchain that referenced this pull request Nov 28, 2025
…886)

They recently changed all their anchors to start with lowercase:
isocpp/CppCoreGuidelines#2304

So now our links are broken :) This patch fixes them.

Co-authored-by: Carlos Gálvez <carlos.galvez@zenseact.com>
markrvmurray pushed a commit to markrvmurray/llvm-mc6809 that referenced this pull request Jun 14, 2026
They recently changed all their anchors to start with lowercase:
isocpp/CppCoreGuidelines#2304

So now our links are broken :) This patch fixes them.

Co-authored-by: Carlos Gálvez <carlos.galvez@zenseact.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.

the links in I: Interfaces are all broken Broken links CppCoreGuidelines.md navigation (TOC) is broken.

2 participants