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:
2026-09-22 09:08:55 -07:00
parent 44be73e6eb
commit 8ad8f76881
+1 -1
View File
@@ -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
````