From a29593b573c3680614506b20014102ce5d0eaf3e Mon Sep 17 00:00:00 2001 From: basebuilder Date: Wed, 21 Feb 2024 21:12:58 +0100 Subject: [PATCH] fix Issue reporting URL in Operators Tutorial --- docs/operators/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index 09e7c81..15fc912 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -89,7 +89,7 @@ order to run the executable. export PATH=$PATH:$HOME/.local/bin ``` -If you run into issues during installation, [please report a ticket](https://git.coopcloud.tech/coop-cloud/abra/issues/new) :pray: Once you're all set up, we **highly** recommend configuring command-line auto-completion for `abra`. See `abra autocomplete -h` for more on how to do this. +If you run into issues during installation, [please report a ticket](https://git.coopcloud.tech/coop-cloud/organising/issues/new) :pray: Once you're all set up, we **highly** recommend configuring command-line auto-completion for `abra`. See `abra autocomplete -h` for more on how to do this. ??? question "Can I install `abra` on my server?"