Fix GitHub README anchor in openfasoc-sensor post - #102
Merged
Conversation
The OpenFASoC-Tapeouts link used the bare heading fragment #analog-front-end-and-mixed-signal, but GitHub prefixes rendered README heading ids with "user-content-". muffet found no matching id and flagged it as broken. Use #user-content-analog-front-end-and-mixed-signal. Verified GitHub's rendered README emits id="user-content-analog-front-end-and-mixed-signal" (and no un-prefixed form). Brings forward the link fix from the closed PR #73 (commit 4528556). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🚀 Preview Deployment Ready!
This preview will be automatically updated when you push new commits to this PR. Browse all previews: https://preview.wafer.space ⚡ Deployed to custom domain • Preview will be removed when PR is closed |
❌ Preview Site Verification FAILEDPreview Site Verification ReportPR: #102 1. Basic Connectivity ✅
2. Content Verification
3. Multi-Page Asset VerificationDiscovering all pages in the site...
4. Link and Asset Verification (muffet)Running comprehensive muffet validation...
Summary: 0 5. Performance Check
6. Mobile Responsiveness
Summary❌ Some verification checks failed 🔍 Automated verification • Run ID: 27121770167 • 2026-06-08T07:18:06.511Z |
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.
Summary
Fixes a broken GitHub README anchor in
_posts/2025-11-05-openfasoc-sensor.md:GitHub prefixes rendered README heading ids with
user-content-, so the bare fragment had no matching id and muffet flagged it as broken.Verification
Confirmed GitHub's rendered README emits
id="user-content-analog-front-end-and-mixed-signal"(and no un-prefixed form), so the prefixed fragment is the correct, muffet-passing target.Provenance
Brings forward the link fix from the closed PR #73 (commit
4528556). The file was renamed since then (-sensors→-sensor); the fix is applied to the current filename.🤖 Generated with Claude Code