From f855a6b38a45e6362eca8dc03badf87991b90abd Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 14 Apr 2023 16:09:48 +0200 Subject: [PATCH] fix link --- docs/maintainers/handbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintainers/handbook.md b/docs/maintainers/handbook.md index c599a0fb..eb30c1ac 100644 --- a/docs/maintainers/handbook.md +++ b/docs/maintainers/handbook.md @@ -117,7 +117,7 @@ You can also access it in your configs using the following syntax: - `DOMAIN`: specifies the app domain - `LETS_ENCRYPT_ENV`: TODO - `TIMEOUT`: specifies the time in seconds to wait until all services have started and passed the health checks -- `ENABLE_AUTO_UPDATE`: if set to `true`, the auto-updater `kadabra` can update this app (see [this auto updater entry](/operators/tutorial.md#automatic-upgrades) for more) +- `ENABLE_AUTO_UPDATE`: if set to `true`, the auto-updater `kadabra` can update this app (see [this auto updater entry](/operators/tutorial/#automatic-upgrades) for more) - `POST_DEPLOY_CMDS=" | |... "` specifies commands that should be executed after each `abra app deploy` - `POST_UPGRADE_CMDS=" | |... "` specifies commands that should be executed after each `abra app upgrade`