Skip to content

Fix encoded colons in anchor hrefs#1183

Open
cxheng315 wants to merge 1 commit intobase:masterfrom
cxheng315:master
Open

Fix encoded colons in anchor hrefs#1183
cxheng315 wants to merge 1 commit intobase:masterfrom
cxheng315:master

Conversation

@cxheng315
Copy link

What changed? Why?

Fixed broken anchor links in docs/get-started/get-funded.mdx. The four Card hrefs used URL-encoded colons (%3A) in the fragment identifiers (e.g. #weekly-rewards%3A-start-building-today). Mintlify strips colons when auto-generating heading anchor IDs, so these links never resolved. Replaced %3A with - to match the actual generated anchors.

Notes to reviewers

Only the four href attributes in the CardGroup at the top of the page were changed, no content or structure was modified.

How has it been tested?

Verified manually by comparing the heading text to Mintlify's anchor generation rules (lowercase, spaces → hyphens, special characters stripped). Can be confirmed locally with mintlify dev by clicking each card and checking it scrolls to the correct section.

@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Mar 5, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
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 0
Sum 1

Remove percent-encoded '%3A' from fragment identifiers in docs/get-started/get-funded.mdx. Updated Card hrefs to use cleaner fragments (e.g. '#weekly-rewards-start-building-today') to ensure in-page anchor linking works correctly.
@cxheng315
Copy link
Author

@youssefea

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