Skip to content

Add internal anchor link checker - #1974

Open
alexandrebayanza-maker wants to merge 4 commits into
CodeYourFuture:mainfrom
alexandrebayanza-maker:check-internal-anchor-links
Open

Add internal anchor link checker#1974
alexandrebayanza-maker wants to merge 4 commits into
CodeYourFuture:mainfrom
alexandrebayanza-maker:check-internal-anchor-links

Conversation

@alexandrebayanza-maker

Copy link
Copy Markdown

Description

Add a check for internal anchor links to ensure they resolve to existing sections in the curriculum.

The checker scans Markdown files, collects available anchors, and reports broken internal links that point to missing anchors.

Testing

  • Ran go run ./cmd/anchor-consistency
  • Verified broken anchors are detected.
  • Verified valid internal anchors pass successfully.

Fixes #1962

@netlify

netlify Bot commented Jul 31, 2026

Copy link
Copy Markdown

👷 Deploy request for cyf-curriculum pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 5dc6c3f

@netlify

netlify Bot commented Jul 31, 2026

Copy link
Copy Markdown

👷 Deploy request for cyf-common pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 5dc6c3f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋 Backlog

Development

Successfully merging this pull request may close these issues.

Add a check that internal anchor links actually resolve

1 participant