From c9256aeb29038666543e3f2b883d78c1aa82a0c2 Mon Sep 17 00:00:00 2001 From: slothful-vassal <89943360+slothful-vassal@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:03:48 +0200 Subject: [PATCH] fix help links (#938) --- db/main.go | 2 +- web/src/lib/components/footer.svelte | 2 +- web/src/routes/settings/+layout.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/main.go b/db/main.go index 267e6df0..52dfb71b 100644 --- a/db/main.go +++ b/db/main.go @@ -49,7 +49,7 @@ func verifySettings(app core.App) { if len(encryptionKey) != 32 { // terminate if the encryption key is not set or is not exactly 32 bytes long, // as this is a requirement for PocketBase to function properly. - log.Fatal("POCKETBASE_ENCRYPTION_KEY must be exactly 32 bytes long- See https://wanderer.to/run/installation/#prerequisites for more information") + log.Fatal("POCKETBASE_ENCRYPTION_KEY must be exactly 32 bytes long- See https://wanderer.to/run/installation/docker#prerequisites for more information") } if encryptionKey == defaultPocketBaseEncryptionKey { diff --git a/web/src/lib/components/footer.svelte b/web/src/lib/components/footer.svelte index ea7104c0..b0f21981 100644 --- a/web/src/lib/components/footer.svelte +++ b/web/src/lib/components/footer.svelte @@ -13,7 +13,7 @@
Resources