From 2605e3364d98fcce7a144e8b79e95e45e3041cfe Mon Sep 17 00:00:00 2001
From: John Coffey
Date: Tue, 22 Sep 2026 09:07:44 -0700
Subject: [PATCH] Point links at git.coffeylabs.org after the move from GitHub
GitHub took the organization's repos and GHCR offline on 2026-09-20. Repo,
release, raw-file and clone links now go to Gitea at git.coffeylabs.org,
container images to registry.coffeylabs.org, and GitLab-style /-/blob paths
to Gitea's /src/branch form. Go module paths are identifiers and stay as
they are; links to GitHub issues and pull requests are left as history.
---
NOTICE.md | 4 ++--
README.md | 2 +-
index.html | 2 +-
src/App.tsx | 2 +-
src/game/highscores.ts | 2 +-
vite.config.ts | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/NOTICE.md b/NOTICE.md
index 3c04e92..33452c1 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -66,8 +66,8 @@ licence below meaningful:
the synth in `src/audio/`. The only drawing in the repository is
`public/favicon.svg`, which is a scan grid.
- **The synth is shared with its siblings.** `src/audio/synth.ts` is the same
- engine as the one in [lemonade](https://github.com/jcoffey-dev/lemonade) and
- [wumpus](https://github.com/jcoffey-dev/wumpus) -- same author, same
+ engine as the one in [lemonade](https://git.coffeylabs.org/jcoffey-dev/lemonade) and
+ [wumpus](https://git.coffeylabs.org/jcoffey-dev/wumpus) -- same author, same
licence. What is written for it here is new.
## The words on screen are ours, deliberately
diff --git a/README.md b/README.md
index f7da00a..78150d6 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ npm run dev
```
The leaderboard is a separate service; run
-[games-scores](https://github.com/jcoffey-dev/games-scores) alongside this if
+[games-scores](https://git.coffeylabs.org/jcoffey-dev/games-scores) alongside this if
you want one, or do not, and the board will say so rather than break.
You dial in rather than switch on, because in 1971 the game was not on your
diff --git a/index.html b/index.html
index 13b9991..343291b 100644
--- a/index.html
+++ b/index.html
@@ -136,7 +136,7 @@
quadrant. It needs JavaScript to play.
The rest of the games
- Source, AGPL-3.0-or-later
+ Source, AGPL-3.0-or-later