Skip to content

ci(links): fix broken links (go/wasm READMEs, social footer, pre-release registries)#61

Merged
kingchenc merged 1 commit into
mainfrom
fix/link-check-cleanup
Jul 6, 2026
Merged

ci(links): fix broken links (go/wasm READMEs, social footer, pre-release registries)#61
kingchenc merged 1 commit into
mainfrom
fix/link-check-cleanup

Conversation

@kingchenc

Copy link
Copy Markdown
Contributor

Fixes every URL the link check flagged on wickra-backtest:

  • bindings/go/README — two links were corrupted by a stray version token and pointed at github.com/.../wickra-backtest/README.md (404). Repaired to the repo root / #license.
  • bindings/wasm/README — the wasm-pack book moved to https://rustwasm.github.io/docs/wasm-pack/.
  • README — removed the GitHub social footer (stars/forks/issues). GitHub serves a 404 for /stargazers and /network/members to anonymous clients, which lychee treats as dead. Matches the other product repos (they have no such footer).
  • lychee.toml — excluded the NuGet / Maven Central / r-universe package URLs that 404 until the first release publishes, consistent with the existing crates.io / PyPI / npm / pkg.go.dev excludes.

- bindings/go/README: repair two links corrupted by a stray token
  (`.../wickra-backtest/README.md` -> repo root; drop the spliced word)
- bindings/wasm/README: wasm-pack docs moved to /docs/wasm-pack/
- README: drop the GitHub social footer (stars/forks/issues shields);
  GitHub returns 404 for /stargazers + /network/members to anonymous
  clients (anti-scraping), which the checker treats as dead
- lychee: exclude the NuGet / Maven Central / r-universe package URLs
  that 404 until the first release is published, matching the existing
  crates.io / PyPI / npm / pkg.go.dev excludes
@kingchenc kingchenc merged commit b550533 into main Jul 6, 2026
@kingchenc kingchenc deleted the fix/link-check-cleanup branch July 6, 2026 12:10
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