From 322224446a936e4e7fca4fdaa609a5cba8b72870 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 3 Jul 2025 23:04:21 +0000 Subject: [PATCH] docs(botstopper): fix broken links Signed-off-by: Xe Iaso --- docs/docs/admin/botstopper.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/admin/botstopper.mdx b/docs/docs/admin/botstopper.mdx index d073b35c..9054f053 100644 --- a/docs/docs/admin/botstopper.mdx +++ b/docs/docs/admin/botstopper.mdx @@ -94,7 +94,7 @@ Follow [the upstream Docker compose directions](https://anubis.techaro.lol/docs/ #### Example -There is an example in [docker-compose.yaml](./docker-compose.yaml). Start the example with `docker compose up`: +There is an example in [docker-compose.yaml](https://github.com/TecharoHQ/botstopper/blob/main/docker-compose.yaml). Start the example with `docker compose up`: ```text docker compose up -d @@ -124,7 +124,7 @@ Your directory tree should look like this, assuming your data is in `./your_fold └── reject.webp ``` -For an example directory tree using some off-the-shelf images the Tango icon set, see the [testdata](./testdata) folder. +For an example directory tree using some off-the-shelf images the Tango icon set, see the [testdata](https://github.com/TecharoHQ/botstopper/tree/main/testdata/static/img) folder. ### Custom CSS