Skip to content

fix: correct broken self-referencing GitHub repo links (404s)#40

Open
dmchaledev wants to merge 1 commit into
mainfrom
claude/sleepy-rubin-vw2szi
Open

fix: correct broken self-referencing GitHub repo links (404s)#40
dmchaledev wants to merge 1 commit into
mainfrom
claude/sleepy-rubin-vw2szi

Conversation

@dmchaledev

Copy link
Copy Markdown
Contributor

Summary

Three self-referencing GitHub links point to a repository slug that does not exist — HailBytes/hailbytes-vulnerability-calculator. The actual repository is HailBytes/vulnerability-calculator (confirmed by the repository/bugs fields in package.json), so these links return 404 for anyone who clicks them.

Two of the three are the CHANGELOG footer links, which are shown on the npm package page and on the rendered CHANGELOG in-repo, so this is user-facing on the published package.

Broken links fixed

File Line Was → Now
CHANGELOG.md 24 .../hailbytes-vulnerability-calculator/compare/....../vulnerability-calculator/compare/...
CHANGELOG.md 25 .../hailbytes-vulnerability-calculator/releases/....../vulnerability-calculator/releases/...
demo.html 139 footer GitHub link → .../vulnerability-calculator

Verification

  • package.json is the source of truth: "url": "git+https://github.com/HailBytes/vulnerability-calculator.git" — no hailbytes- prefix.
  • npm test passes (65 tests). This change touches only link text, no runtime code.

Scope

Deliberately narrow and self-contained. I left the "Related packages" links in README.md (lines 276–278, which reference other hailbytes-* repos) untouched, since I can't verify those sibling repos' slugs from this repository.

🤖 Generated with Claude Code

https://claude.ai/code/session_01CqofjaCE6UcaHpkxHUFAX8


Generated by Claude Code

The CHANGELOG comparison/release links and the demo footer link pointed
to HailBytes/hailbytes-vulnerability-calculator, which does not exist.
The repository slug (per package.json and the npm 'repository' field) is
HailBytes/vulnerability-calculator, so these links returned 404 for
anyone clicking through from the published CHANGELOG or the demo page.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CqofjaCE6UcaHpkxHUFAX8
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.

2 participants