From cbebf5b450adddb5c16bdfb747f2633542f06486 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 15 Nov 2024 03:44:32 -0800 Subject: [PATCH] Update broken references Signed-off-by: Emmanuel Ferdman --- docs/services/backup-borg.md | 2 +- docs/services/writefreely.md | 2 +- docs/supported-services.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/services/backup-borg.md b/docs/services/backup-borg.md index 4743adbf..47cecf2f 100644 --- a/docs/services/backup-borg.md +++ b/docs/services/backup-borg.md @@ -87,7 +87,7 @@ Check the `roles/galaxy/backup-borg/defaults/main.yml` file for the full list of ## Installing -After configuring the playbook, run the [installation](installing.md) command again: +After configuring the playbook, run the [installation](../installing.md) command again: ``` just install-all diff --git a/docs/services/writefreely.md b/docs/services/writefreely.md index e3dd1299..b8d83985 100644 --- a/docs/services/writefreely.md +++ b/docs/services/writefreely.md @@ -47,7 +47,7 @@ writefreely_env_admin_user: '' writefreely_env_admin_password: '' ``` -Alternatively you can add admins after [installation](./installing.md) with: +Alternatively you can add admins after [installation](../installing.md) with: ```sh just run-tags writefreely-add-admin --extra-vars=username= --extra-vars=password= diff --git a/docs/supported-services.md b/docs/supported-services.md index 9165ad4a..f9d607e3 100644 --- a/docs/supported-services.md +++ b/docs/supported-services.md @@ -7,7 +7,7 @@ | [APISIX Dashboard](https://apisix.apache.org/docs/dashboard/USER_GUIDE/) | A web UI for [APISIX Gateway](services/apisix-gateway.md) | [Link](services/apisix-dashboard.md) | | [APISIX Gateway](https://apisix.apache.org/docs/apisix/getting-started/README/) | An API Gateway, Ingress Controller, etc | [Link](services/apisix-gateway.md) | | [Appsmith](https://www.appsmith.com/) | Platform for building and deploying custom internal tools and applications without writing code | [Link](services/appsmith.md) | -| [Authelia](https://www.authelia.com/) | An open-source authentication and authorization server that can work as a companion to [common reverse proxies](https://www.authelia.com/overview/prologue/supported-proxies/) (like [Traefik](traefik.md) frequently used by this playbook) | [Link](services/authelia.md) | +| [Authelia](https://www.authelia.com/) | An open-source authentication and authorization server that can work as a companion to [common reverse proxies](https://www.authelia.com/overview/prologue/supported-proxies/) (like [Traefik](services/traefik.md) frequently used by this playbook) | [Link](services/authelia.md) | | [authentik](https://goauthentik.io/) | An open-source Identity Provider focused on flexibility and versatility. | [Link](services/authentik.md) | | [borgbackup](https://www.borgbackup.org/) (via [borgmatic](https://torsion.org/borgmatic/)) | A deduplicating backup program with optional compression and encryption| [Link](services/backup-borg.md) | | [Calibre-Web](https://github.com/janeczku/calibre-web) | Web app for browsing, reading and downloading eBooks stored in a [Calibre](https://calibre-ebook.com/) database | [Link](services/calibre-web.md) |