From 8ad8f76881ec4863646006cfa4e99b2c8a32f595 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 09:07:27 -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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adbacc4..cd10fe4 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ working replacement session leaves you with neither — see ### 1) Clone and run doctor checks ```bash -git clone https://github.com/Coffey-Labs/ubuntu2mint.git +git clone https://git.coffeylabs.org/coffey-labs/ubuntu2mint.git cd ubuntu2mint sudo bash ubuntu-to-mint-convert-v3.sh doctor ```` -- 2.54.0