Compare commits

..
2 Commits
Author SHA1 Message Date
jcoffey-dev 1d6fc4a9ec Merge pull request 'Point links at git.coffeylabs.org after the move from GitHub' (#1) from fix/links-after-move into main 2026-09-22 16:13:13 +00:00
jcoffey-dev 8ad8f76881 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.
2026-09-22 09:08:55 -07:00
+1 -1
View File
@@ -75,7 +75,7 @@ working replacement session leaves you with neither — see
### 1) Clone and run doctor checks ### 1) Clone and run doctor checks
```bash ```bash
git clone https://github.com/Coffey-Labs/ubuntu2mint.git git clone https://git.coffeylabs.org/coffey-labs/ubuntu2mint.git
cd ubuntu2mint cd ubuntu2mint
sudo bash ubuntu-to-mint-convert-v3.sh doctor sudo bash ubuntu-to-mint-convert-v3.sh doctor
```` ````