From 3d0973fb632e0796404267905d57b6c931c0713f Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 09:07:35 -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. --- index.html | 2 +- package.json | 4 ++-- src/components/Landing.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 316f759..0b809fe 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@ until one of you holds the world. It needs JavaScript to play.

The rest of the games

-

Source, AGPL-3.0-or-later

+

Source, AGPL-3.0-or-later

diff --git a/package.json b/package.json index e0b265c..c5d10b7 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,10 @@ "author": "John Coffey", "repository": { "type": "git", - "url": "git+https://github.com/jcoffey-dev/world-conquest.git" + "url": "git+https://git.coffeylabs.org/jcoffey-dev/world-conquest.git" }, "homepage": "https://games.jcoffey.dev/conquest/", "bugs": { - "url": "https://github.com/jcoffey-dev/world-conquest/issues" + "url": "https://git.coffeylabs.org/jcoffey-dev/world-conquest/issues" } } diff --git a/src/components/Landing.tsx b/src/components/Landing.tsx index 24c8c12..36cd855 100644 --- a/src/components/Landing.tsx +++ b/src/components/Landing.tsx @@ -117,7 +117,7 @@ export function Landing({ */} The rest of the games {' ยท '} - Source + Source

World Conquest is free software under the{' '} -- 2.54.0