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.
This commit is contained in:
@@ -23,7 +23,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 1973 the game was not on your
|
||||
@@ -69,7 +69,7 @@ There is no way to clear it. A hunter leaves the list only by being pushed off
|
||||
the bottom by a better one.
|
||||
|
||||
The board is not in this repository and is not ours alone: every game on the
|
||||
site shares one service, [games-scores](https://github.com/jcoffey-dev/games-scores),
|
||||
site shares one service, [games-scores](https://git.coffeylabs.org/jcoffey-dev/games-scores),
|
||||
which is one container and one volume however many games there are. All this
|
||||
repository holds is the client in `src/game/highscores.ts`, which names the
|
||||
game on every call and is otherwise exactly what it would be if the board were
|
||||
|
||||
Reference in New Issue
Block a user