From 5e22c605e272841f263abe29f7bd5086c46f3964 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 5 Mar 2023 11:37:26 +0100 Subject: [PATCH] fix: link --- docs/operators/handbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md index f2a4be7..2fc4611 100644 --- a/docs/operators/handbook.md +++ b/docs/operators/handbook.md @@ -345,7 +345,7 @@ See [`#312`](https://git.coopcloud.tech/coop-cloud/organising/issues/312) for mo ## How do I backup/restore my app? -If you're app [supports backup/restore](/handbook/#how-do-i-configure-backuprestore) then you have two options: [`backup-bot-two`](https://git.coopcloud.tech/coop-cloud/backup-bot-two) & [`abra`](https://git.coopcloud.tech/coop-cloud/abra). +If you're app [supports backup/restore](/maintainers/handbook/#how-do-i-configure-backuprestore) then you have two options: [`backup-bot-two`](https://git.coopcloud.tech/coop-cloud/backup-bot-two) & [`abra`](https://git.coopcloud.tech/coop-cloud/abra). With `abra`, you can simply run `abra app backup ...` & `abra app restore ...`. Pass `-h` for more information on the specific flags & arguments.