Residual item from #98, whose closing PR (#184) covered the content work but not the unrelated note at the end of its body. Filing it separately so the closed issue does not read as if this was handled.
The repository is Morrison-Lab/wai (the PR preview action publishes to https://Morrison-Lab.github.io/wai/pr-preview/pr-N/), but four places still give the published site as the pre-transfer owner:
README.Rmd:24 and README.Rmd:54 (source; README.md:13 and README.md:45 are generated from it): <https://d-morrison.github.io/wai/>
CLAUDE.md:7: "Published at https://d-morrison.github.io/wai/"
_quarto-website.yml:23: site-url: https://d-morrison.github.io/wai/
The site-url one matters beyond the docs: Quarto uses it for canonical links, the sitemap, and social-card URLs, so the rendered site currently advertises the old host.
Before changing it, verify where the site actually deploys (the Pages settings of Morrison-Lab/wai) and whether d-morrison.github.io/wai still redirects; the issue #98 body noted that GitHub follows the rename silently, which is why this is easy to miss. The clone-URL half of that note (d-morrison/wai.git) no longer appears in the README, so only the site URL remains.
Checked 2026-09-01: grep -n "d-morrison.github.io/wai" README.Rmd README.md CLAUDE.md _quarto-website.yml returns the four sites above; an all-state issue search for the stale site URL found only #52 (the .ai-config submodule URL, closed), so this is not a duplicate.
Filed by Claude Code (AI agent).
Residual item from #98, whose closing PR (#184) covered the content work but not the unrelated note at the end of its body. Filing it separately so the closed issue does not read as if this was handled.
The repository is
Morrison-Lab/wai(the PR preview action publishes tohttps://Morrison-Lab.github.io/wai/pr-preview/pr-N/), but four places still give the published site as the pre-transfer owner:README.Rmd:24andREADME.Rmd:54(source;README.md:13andREADME.md:45are generated from it):<https://d-morrison.github.io/wai/>CLAUDE.md:7: "Published at https://d-morrison.github.io/wai/"_quarto-website.yml:23:site-url: https://d-morrison.github.io/wai/The
site-urlone matters beyond the docs: Quarto uses it for canonical links, the sitemap, and social-card URLs, so the rendered site currently advertises the old host.Before changing it, verify where the site actually deploys (the Pages settings of
Morrison-Lab/wai) and whetherd-morrison.github.io/waistill redirects; the issue #98 body noted that GitHub follows the rename silently, which is why this is easy to miss. The clone-URL half of that note (d-morrison/wai.git) no longer appears in the README, so only the site URL remains.Checked 2026-09-01:
grep -n "d-morrison.github.io/wai" README.Rmd README.md CLAUDE.md _quarto-website.ymlreturns the four sites above; an all-state issue search for the stale site URL found only #52 (the.ai-configsubmodule URL, closed), so this is not a duplicate.Filed by Claude Code (AI agent).