Change all explicitly created <a name="..."> anchors to lowercase - #2304
Merged
Merged
Conversation
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.
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. |
Contributor
Author
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>
This was referenced Mar 18, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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