From 8ce949326b39282ca8bc0912a0cae78716eac6ed Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 09:06:59 -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 | 2 +- web/src/components/Legal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b59b24..f8db090 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ apply without a restart. ## Quick start ```sh -curl -O https://raw.githubusercontent.com/Coffey-Labs/ihasvpn/main/docker-compose.yml +curl -O https://git.coffeylabs.org/coffey-labs/ihasvpn/raw/branch/main/docker-compose.yml # edit IHASVPN_ENDPOINT (your public hostname or IP), then: docker compose up -d ``` diff --git a/web/src/components/Legal.tsx b/web/src/components/Legal.tsx index d531308..faa4014 100644 --- a/web/src/components/Legal.tsx +++ b/web/src/components/Legal.tsx @@ -13,7 +13,7 @@ export function Legal({ center = false }: { center?: boolean }) { - + AGPL-3.0 source