Skip to content

docs: fix broken P256VERIFY anchor link in Fjord upgrade page - #1838

Open
devorun wants to merge 1 commit into
base:masterfrom
devorun:fix/fjord-p256verify-anchor
Open

docs: fix broken P256VERIFY anchor link in Fjord upgrade page#1838
devorun wants to merge 1 commit into
base:masterfrom
devorun:fix/fjord-p256verify-anchor

Conversation

@devorun

@devorun devorun commented Aug 20, 2026

Copy link
Copy Markdown

What changed? Why?

The Fjord upgrade page links to the P256VERIFY precompile section using an uppercase fragment:

/base-chain/specs/protocol/execution/evm/precompiles#P256VERIFY

Generated anchors are lowercased, so the heading ## P256VERIFY renders as #p256verify. Anchor matching is case-sensitive, so the current link does not scroll to the target section. This updates the fragment to #p256verify to match the generated anchor.

The other links in the same list on this page already use lowercase fragments (#fees, #l1-gas-usage-estimation), so this makes the P256VERIFY entry consistent with them.

Notes to reviewers

Single-character fragment change on one line (docs/base-chain/specs/upgrades/fjord/overview.mdx). The target heading ## P256VERIFY lives in docs/base-chain/specs/protocol/execution/evm/precompiles.mdx.

How has it been tested?

Verified the target heading exists and that its generated anchor is #p256verify, consistent with other cross-references in the docs that link to capitalized headings using lowercase fragments.

@cb-heimdall

Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/2
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

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.

2 participants