Repoint the Inspire Carolina board link, which moved - #1
Merged
Conversation
Tidying the Google Site moved the board page from /our-people/board-members-ici to /board-members. The old URL now 404s, which broke the "Inspire Carolina Inc. Board" button on /our-people/ and the two redirect stubs that pointed visitors there. Repoints all three: parentOrg.boardUrl in site.json, and the /our-people/board/ and /our-people/board-members-ici/ entries in redirects.json. Both surviving targets return 200. check-links.mjs cannot catch this, by design — it only checks internal links, so it stays fast and offline. SETUP.md now flags this as the one cross-site dependency worth re-checking if the Google Site is reorganised again. Also records the finished setup: Cloudflare previews, the ruleset on main, the trimmed Google Site and the submitted sitemap. The two-team plan became one — every org member can already push a branch and open a pull request, so a contributors team added nothing; only website-maintainers exists, and the merge restriction is what separates the groups. Apex AAAA records are the only item still open.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lynk-website | af61498 | Commit Preview URL Branch Preview URL |
Aug 16 2026, 03:59 AM |
2 tasks
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.
What changes
Tidying the Google Site moved the Inspire Carolina board page from
/our-people/board-members-icito/board-members. The old URL now returns404, which broke the "Inspire Carolina Inc. Board" button on our
/our-people/page and the two redirect stubs pointing visitors there.This repoints all three, and records the now-finished setup in
SETUP.md.site.json→parentOrg.boardUrlredirects.json→/our-people/board/redirects.json→/our-people/board-members-ici/Verified:
https://www.inspirecarolina.org/board-membersreturns 200, and theold path returns 404.
Pages affected
/our-people/— the outbound board button. Everything else is docs and data.How to review
Inc. Board button on
/our-people/actually lands on the board pageNotes
check-links.mjscannot catch this class of breakage by design — it onlychecks internal links, which is what keeps it fast and offline.
SETUP.mdnowflags this as the single cross-site dependency worth re-checking if the Google
Site is reorganised again.
SETUP.mdalso drops the plannedwebsite-contributorsteam. Every org membercan already push a branch and open a pull request, so a contributors team added
nothing; only
website-maintainersexists, and the merge restriction is whatseparates the groups. Apex
AAAArecords are the only item still open.This is also the first pull request under the new rules — if the ruleset is
working, the Build check and the Cloudflare preview should both appear
below, and merging should be restricted to
website-maintainers.Generated by Claude Code