ci(links): fix broken links (go/wasm READMEs, social footer, pre-release registries)#61
Merged
Merged
Conversation
- 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
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.
Fixes every URL the link check flagged on wickra-backtest:
versiontoken and pointed atgithub.com/.../wickra-backtest/README.md(404). Repaired to the repo root /#license.https://rustwasm.github.io/docs/wasm-pack/./stargazersand/network/membersto anonymous clients, which lychee treats as dead. Matches the other product repos (they have no such footer).