fix: correct dead GitHub repo URLs in demo + changelog#16
Open
dmchaledev wants to merge 1 commit into
Open
Conversation
The repository slug carried an erroneous 'hailbytes-' prefix (HailBytes/hailbytes-vulnerability-calculator), producing 404s. The actual repo per package.json is HailBytes/vulnerability-calculator. Fixes three broken links: - demo.html footer 'GitHub' link (public-facing demo page) - CHANGELOG.md [Unreleased] compare link - CHANGELOG.md [0.1.0] release-tag link CHANGELOG.md ships in the npm tarball, so these links also reached package consumers.
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.
Problem
Three links point at
HailBytes/hailbytes-vulnerability-calculator— an erroneoushailbytes-prefix copy-pasted from the sibling packages. The actual repo, perpackage.json'srepository.url, isHailBytes/vulnerability-calculator(no prefix), so all three currently 404:demo.html:139CHANGELOG.md:21[Unreleased]compare linkCHANGELOG.mdis inpackage.json'sfiles)CHANGELOG.md:22[0.1.0]release-tag linkPR #12 noted the
demo.htmlinstance as out-of-scope and never fixed it; the twoCHANGELOG.mdlinks were missed entirely.Fix
Drop the stray
hailbytes-prefix so every link resolves to the real repository. Docs/markup only — no source, no calculation logic, no test changes.Verification
Fully self-contained (3-line diff across 2 files).
https://claude.ai/code/session_01Re7kJCLQCEgxHBfbqBJbBv
Generated by Claude Code