Skip to content

Fix dead civicsuite.github.io links (org transfer) - #2

Open
scottconverse wants to merge 1 commit into
mainfrom
fix/civicsuite-pages-broken-link
Open

Fix dead civicsuite.github.io links (org transfer)#2
scottconverse wants to merge 1 commit into
mainfrom
fix/civicsuite-pages-broken-link

Conversation

@scottconverse

Copy link
Copy Markdown
Contributor

Summary

  • civicsuite.github.io (the old CivicSuite org's GitHub Pages site) returns 404 as of the 2026-08-12 org transfer to townlight -- GitHub's repo/org-transfer redirect covers github.com repo URLs and the API, but not Pages hostnames.
  • Three "explore the product" links in this repo pointed at that dead host: README.md:13, profile/README.md:12, profile/README.md:43, and site/index.html:52.
  • Repointed all four to https://townlight.github.io/townlight/, the live successor product-docs Pages site (verified 200, serving the real product landing page). This is distinct from https://townlight.github.io/.github/, which is this repo's own org front-door and would be self-referential if used here.

Out of scope (left as-is)

  • github.com/CivicSuite/... links elsewhere in these same files still resolve fine (200) via GitHub's transfer redirect, so they were not touched -- that's a separate, lower-urgency cleanup across the org, not an active break.

Test plan

Generated with Claude Code

The CivicSuite org's GitHub Pages site (civicsuite.github.io) went dark
after the 2026-08-12 org transfer to townlight (Pages is not part of the
repo-transfer redirect, unlike github.com repo URLs and the GitHub API).
"Explore the product" / "detailed product site" links in README.md,
profile/README.md, and site/index.html all 404 as a result.

Repoint them at https://townlight.github.io/townlight/, which is the
live successor product-docs Pages site (confirmed serving real content),
as opposed to https://townlight.github.io/.github/ which is this repo's
own org front-door page and would be self-referential here.

github.com/CivicSuite/... links elsewhere in these files are left as-is:
they still 200 via GitHub's repo-transfer redirect and are out of scope
for this fix.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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