From 5881a5bd21429195e2a609b65641b011a689733c Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 4 Jan 2025 23:21:38 -0500 Subject: [PATCH] Fix URLs Closes #49 --- README.md | 4 ++-- content/blog/this-month-in-coop-cloud-august.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99f973c..ebc8db6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # coopcloud.tech -[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/coopcloud.tech/status.svg?ref=refs/heads/main)](https://build.coopcloud.tech/coop-cloud/coopcloud.tech) +[![Build Status](https://build.coopcloud.tech/api/badges/toolshed/coopcloud.tech/status.svg?ref=refs/heads/main)](https://build.coopcloud.tech/toolshed/coopcloud.tech) > https://coopcloud.tech @@ -24,4 +24,4 @@ docker push thecoopcloud/coopcloud.tech:latest DOCKER_CONTEXT=autonomic-swarm docker stack deploy -c compose.yml coop_cloud_site ``` -The site should auto-deploy though [over here](https://build.coopcloud.tech/coop-cloud/coopcloud.tech). +The site should auto-deploy though [over here](https://build.coopcloud.tech/toolshed/coopcloud.tech). diff --git a/content/blog/this-month-in-coop-cloud-august.md b/content/blog/this-month-in-coop-cloud-august.md index 8a81203..a25a7a1 100644 --- a/content/blog/this-month-in-coop-cloud-august.md +++ b/content/blog/this-month-in-coop-cloud-august.md @@ -15,7 +15,7 @@ Happy September folks! Time for another recap of what we've been up to. Our rewrite of `abra`, the Co-op Cloud command-line tool, continues apace: the `server`/`recipe` commands are completed, progress can be seen on [TODO.md](https://git.coopcloud.tech/coop-cloud/go-abra/src/branch/main/TODO.md). We're working on design and usability as we go. The new command-line seems to remove the need to install Docker locally which is a huge win for portability :partly_sunny: -`@roxxers` has set up our own Golang package repositories in [coop-cloud/coopcloud.tech#20](https://git.coopcloud.tech/coop-cloud/coopcloud.tech/issues/20#issuecomment-8201), so we can now do things like `go get coopcloud.tech/abra` for package installations. +`@roxxers` has set up our own Golang package repositories in [toolshed/coopcloud.tech#20](https://git.coopcloud.tech/toolshed/coopcloud.tech/issues/20#issuecomment-8201), so we can now do things like `go get coopcloud.tech/abra` for package installations. `@roxxers` also put together [`abra-git`](https://aur.archlinux.org/packages/abra-git/), an Arch AUR package of `abra` :rainbow: