From fa6aec649319abb2fae652defd4810360fd21ba6 Mon Sep 17 00:00:00 2001
From: John Coffey
Date: Tue, 22 Sep 2026 09:07:40 -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.
---
README.md | 4 ++--
index.html | 2 +-
src/App.tsx | 2 +-
src/game/highscores.ts | 2 +-
vite.config.ts | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index b570b39..2b897ba 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ the bottom by a better one, so a good summer stands until somebody beats it.
The board is no longer in this repository and is no longer ours alone: every
game on the site shares one service,
-[games-scores](https://github.com/jcoffey-dev/games-scores), which is one
+[games-scores](https://git.coffeylabs.org/jcoffey-dev/games-scores), which is one
container and one volume however many games there are. It started here, because
when it was written there was one game; a second game would have meant a second
container and a second database to back up for every game after that. All this
@@ -185,7 +185,7 @@ counts players rather than counting the proxy.
## Licence
AGPL-3.0-or-later — see [LICENSE](LICENSE). Source:
-, also linked from every screen in the
+, also linked from every screen in the
game, which is what section 13 asks for.
Affero rather than plain GPL because the leaderboard is a network service:
diff --git a/index.html b/index.html
index e2f5afe..267c232 100644
--- a/index.html
+++ b/index.html
@@ -137,7 +137,7 @@
play.
The rest of the games
- Source, AGPL-3.0-or-later
+ Source, AGPL-3.0-or-later