From d15aad7bcf88777a3943885a533cef02dd83cbe7 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 18 Apr 2021 17:42:42 +0200 Subject: [PATCH] Migrate URLs to coopcloud.tech --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 878aa9b..21a5f7c 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ [![Build Status](https://drone.autonomic.zone/api/badges/coop-cloud/abra/status.svg)](https://drone.autonomic.zone/coop-cloud/abra) [![codecov](https://codecov.io/gh/Autonomic-Cooperative/abra/branch/main/graph/badge.svg?token=aX3I5NMRsj)](undefined) -> https://cloud.autonomic.zone +> https://coopcloud.tech The cooperative cloud utility belt 🎩🐇 -`abra` is a command-line tool for managing your own [Co-op Cloud](https://cloud.autonomic.zone). It can provision new servers, create applications, deploy them, run backup and restore operations and a whole lot of other things. It is the go-to tool for day-to-day operations when managing a Co-op Cloud instance. +`abra` is a command-line tool for managing your own [Co-op Cloud](https://coopcloud.tech). It can provision new servers, create applications, deploy them, run backup and restore operations and a whole lot of other things. It is the go-to tool for day-to-day operations when managing a Co-op Cloud instance. ## Change log > 🔥 🔥 🔥 Please note, while we are still in [public -> alpha](https://docs.cloud.autonomic.zone/roadmap/), the `abra` release +> alpha](https://docs.coopcloud.tech/roadmap/), the `abra` release > versioning scheme is not following [semver](https://semver.org/) conventions > because we are still in the exploratory phases of building this tool. Please > read the changes before upgrading your `abra` installation as there are @@ -24,7 +24,7 @@ See [CHANGELOG.md](./CHANGELOG.md). ## Documentation -> [docs.cloud.autonomic.zone](https://docs.cloud.autonomic.zone/) +> [docs.coopcloud.tech](https://docs.coopcloud.tech) ## Install @@ -68,7 +68,7 @@ You'll need to install the following requirements: - [jq](https://stedolan.github.io/jq/tutorial/) (`sudo apt-get install jq` or see [the install docs](https://stedolan.github.io/jq/download/)) - [yq](https://mikefarah.gitbook.io/yq/) (see [the install docs](https://mikefarah.gitbook.io/yq/#install)) -Then run `./bin/app-json.py` ([source](./bin/app-json.py)) and it will spit out the JSON file into [deploy/abra-apps.cloud.autonomic.zone/abra-apps.json](./deploy/abra-apps.cloud.autonomic.zone/abra-apps.json). +Then run `./bin/app-json.py` ([source](./bin/app-json.py)) and it will spit out the JSON file into [deploy/apps.coopcloud.tech/apps.json](./deploy/apps.coopcloud.tech/apps.json). ## Releasing @@ -82,10 +82,10 @@ Then run `./bin/app-json.py` ([source](./bin/app-json.py)) and it will spit out - Deploy a new installer script `make release-installer` - Tell the world (CoTech forum, Matrix public channel, Autonomic mastodon, etc.) -### abra-apps.cloud.autonomic.zone +### apps.coopcloud.tech -> [abra-apps.cloud.autonomic.zone](https://abra-apps.cloud.autonomic.zone) +> [apps.coopcloud.tech](https://apps.coopcloud.tech) ```bash -$ make release-abra-apps +$ make releasek-apps ```