fix: update repository links after the smg repo transfer - #28
Merged
Conversation
The main project repo moved from lightseekorg/smg to smg-project/smg; all GitHub links now point at the new home (the old ones only work via redirect, which breaks if the old name is ever reused). Two links were already hard 404s: the contributing page's Edit-on-GitHub card pointed at the removed docs/ tree (now this repo's src/lib/content), and the container-registry link used the repo-scoped packages path, which does not follow transfers (packages stayed with the lightseekorg org, so it now uses the org-scoped package URL). The star badge fetches smg-project/smg directly instead of relying on the API redirect. Also swap the dead mcp.brave.com/sse example endpoint (domain no longer resolves) for an explicit mcp.example.com placeholder in the three MCP config samples. Container image references (ghcr.io/lightseekorg/smg) are untouched: the packages genuinely live there. Signed-off-by: Simo Lin <25425177+slin1237@users.noreply.github.com>
slin1237
force-pushed
the
fix/repo-transfer-links
branch
from
August 1, 2026 05:26
c8fec3e to
3743b5c
Compare
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.
From the external-link audit (every claim curl-verified):
lightseekorg/smg/tree/main/docstree (→ now this repo'ssrc/lib/content); the container-registry link used the repo-scoped/pkgs/container/smgpath, which doesn't follow repo transfers (→ org-scoped package URL, verified 200)github.com/lightseekorg/smg→github.com/smg-project/smgacross content,HomeHero,SiteFooter— the repo was transferred; old links only work while the redirect lastssrc/lib/server/github.ts): fetchessmg-project/smgdirectly (API confirms: 429 stars)mcp.brave.com/sseno longer resolves in DNS; the three MCP config samples now use an explicitmcp.example.complaceholderghcr.io/lightseekorg/smgimage references — the container packages genuinely stayed under the old org (pulls verified)Not in this PR: the Slack invite link (
join.slack.com/t/lightseekorg/…) bot-blocks verification — worth a manual browser check sincezt-invites expire.🤖 Generated with Claude Code