From 425fa00a150be271670ee408dfaab785a45fdb31 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 16 Apr 2021 11:02:55 +0200 Subject: [PATCH] More URL fixups --- README.md | 4 ++-- config.toml | 14 +++++++------- data/benefits.json | 2 +- data/faq.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b576f69..e7b9a23 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# cloud.autonomic.zone +# coopcloud.tech [![Build Status](https://drone.autonomic.zone/api/badges/coop-cloud/cloud.autonomic.zone/status.svg?ref=refs/heads/main)](https://drone.autonomic.zone/coop-cloud/cloud.autonomic.zone) -> https://cloud.autonomic.zone +> https://coopcloud.tech Splash page for the project. diff --git a/config.toml b/config.toml index 75e4c0d..96a5c64 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ -baseURL = "https://cloud.autonomic.zone" +baseURL = "https://coopcloud.tech" languageCode = "en-gb" title = "The Co-op Cloud" -theme = "cloud.autonomic.zone" +theme = "coopcloud.tech" [menu] [[menu.main]] name = "Home" @@ -10,14 +10,14 @@ theme = "cloud.autonomic.zone" weight = 1 [[menu.main]] name = "Documentation" - url = "https://docs.cloud.autonomic.zone" + url = "https://docs.coopcloud.tech" weight = 2 [params] [params.links] - docs = "https://docs.cloud.autonomic.zone/" - docsfaq = "https://docs.cloud.autonomic.zone/faq/" - getinvolved = "https://docs.cloud.autonomic.zone/contribute/" + docs = "https://docs.coopcloud.tech/" + docsfaq = "https://docs.coopcloud.tech/faq/" + getinvolved = "https://docs.coopcloud.tech/contribute/" autonomicSite = "https://autonomic.zone" [[params.links.footer]] @@ -25,7 +25,7 @@ theme = "cloud.autonomic.zone" link = "https://git.autonomic.zone/coop-cloud" [[params.links.footer]] name = "Documentation" - link = "https://docs.cloud.autonomic.zone" + link = "https://docs.coopcloud.tech" [[params.links.footer]] name = "Public Matrix chat" link = "https://matrix.to/#/#coopcloud:autonomic.zone?via=autonomic.zone" diff --git a/data/benefits.json b/data/benefits.json index e416cb9..9a87f91 100644 --- a/data/benefits.json +++ b/data/benefits.json @@ -5,7 +5,7 @@ }, { "left": "simple", - "right": "Quick, flexible, and intuitive with low resource requirements, minimal overhead, and [extensive documentation](https://docs.cloud.autonomic.zone/)." + "right": "Quick, flexible, and intuitive with low resource requirements, minimal overhead, and [extensive documentation](https://docs.coopcloud.tech/)." }, { "left": "private", diff --git a/data/faq.json b/data/faq.json index f1119f7..e0fcc13 100644 --- a/data/faq.json +++ b/data/faq.json @@ -13,6 +13,6 @@ }, { "left": "What about other alternatives?", - "right": "Co-op Cloud helps fill a gap between the personal and the industrial-scale: it's easier to use than Kubernetes or Ansible, does more to support multi-server, multi-tenant deployments than Cloudron, and is much easier than manual deployments. [See all the comparisons with other tools](https://docs.cloud.autonomic.zone/faq/#what-about-alternative)." + "right": "Co-op Cloud helps fill a gap between the personal and the industrial-scale: it's easier to use than Kubernetes or Ansible, does more to support multi-server, multi-tenant deployments than Cloudron, and is much easier than manual deployments. [See all the comparisons with other tools](https://docs.coopcloud.tech/faq/#what-about-alternative)." } ]