fix(content): repair internal links and lychee config from broken links report - #88
Merged
Merged
Conversation
✅ Deploy Preview for mlab-dev-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This was referenced Sep 14, 2026
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.
First pass on the broken links report in #83: everything that was mechanical or checker noise, leaving the Observatory/viz decision for a separate PR.
tests/ndt/views/migrate.md: six links used inline syntax against reference definitions, so they rendered as relative paths under the page. Switched to reference form.host-managed.yaml: thehttp://hostname/ip:999x/metricsplaceholders are now code spans instead of links.kb.measurementlab.netlinks rewritten to internal/kb/...paths (FAQ page, data page, monthly-stats dataset). The host no longer resolves;troubleshooting-mlab-testsmapped to the existingtroubleshooting-testsslug._redirects.jsonnow point straight at their destinations (quickstart, platform-status, tools, learn, tests schema pages, jobs). Lychee cannot see Netlify redirects in offline mode, and these were a third of the internal failures.lychee.toml: accept 202 (IEEE Xplore bot challenge) and exclude five hosts that block or reset non-browser clients (ufsc.br, uoguelph.ca, samknows.com, grnet.gr, csuc.cat)./r/form; the removedetl/parser/disco.goreference now points atparser/switch.go.support.measurementlab.netis gone: unlinked the two references inspeed-tests-accuracy.mdand retargeted the/faqredirect to/frequently-asked-questions.Verified with a local
astro build: every rewritten href resolves to a file indist, and none of the old paths is emitted anywhere.Refs #83