Skip to content

Fix redirecting links - #162

Open
mre wants to merge 1 commit into
masterfrom
fix-redirects
Open

Fix redirecting links#162
mre wants to merge 1 commit into
masterfrom
fix-redirects

Conversation

@mre

@mre mre commented Jun 11, 2026

Copy link
Copy Markdown
Member

lychee flagged a number of links that returned 301/302 redirects. This updates them to their final destinations:

  • MDN HTTP reference pages now live under /Web/HTTP/Reference/ (Accept header, status 418)
  • GitHub docs reorganized the workflow contexts page and the GitHub Apps rate-limit page
  • pulldown-cmark moved from raphlinus to the pulldown-cmark org (2 references)
  • toml.io -> toml.io/en/, nlnet.nl/core -> nlnet.nl/core/, and the David Gardiner blog posts dropped their .html suffix

Intentional/unavoidable redirects are left as-is: docs.rs/lychee-lib (redirects to the latest version), github.com/settings/tokens (login), and a stackoverflow.com short link.

Verified with a local pnpm build and a lychee --max-redirects 0 re-check.

Replace links that returned 301/302 redirects with their resolved targets:
- MDN HTTP reference pages moved under /Web/HTTP/Reference/
- GitHub docs reorganized contexts and rate-limit pages
- pulldown-cmark moved to the pulldown-cmark org
- toml.io, nlnet.nl/core, and david.gardiner blog post URLs

Intentional redirects (docs.rs latest version, github.com/settings/tokens
login, stackoverflow short links) are left as-is.
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.

1 participant