From 1444a0b732c1f8c2766d6c6be1a92b6826598903 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 9 Aug 2021 01:54:57 +0200 Subject: [PATCH] Fix installer source link --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index a95bfe23c..eeb4368cc 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -72,7 +72,7 @@ Firstly, install `abra` locally. curl https://install.abra.autonomic.zone | bash ``` -The source for this script [is here](https://git.autonomic.zone/coop-cloud/abra/src/branch/main/installer/installer). +The source for this script [is here](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/deploy/install.abra.coopcloud.tech/installer). You may need to add the `~/.local/bin/` directory with your `$PATH` in order to run the executable.