From b16fc38649c42a4b3813de14c256619a31fdb2d5 Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Tue, 23 Jul 2024 14:28:31 -0400 Subject: [PATCH] docs: update link to Taskfile (#1565) --- src/shadowbox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shadowbox/README.md b/src/shadowbox/README.md index 6bcbf6eb..887f65ad 100644 --- a/src/shadowbox/README.md +++ b/src/shadowbox/README.md @@ -145,4 +145,4 @@ If your change includes new fields in the server config which are needed at serv - **Delete Existing Config:** `rm /tmp/outline/persisted-state/shadowbox_server_config.json` -- **Manually Edit:** You'll need to edit the JSON string within [`src/shadowbox/docker/start.action.sh`](src/shadowbox/docker/start.action.sh). +- **Manually Edit:** You'll need to edit the JSON string within [`src/shadowbox/Taskfile.yml`](src/shadowbox/Taskfile.yml).