diff --git a/packages/daemon/src/services/InstanceService/InstanceService.ts b/packages/daemon/src/services/InstanceService/InstanceService.ts index bda407ef..d3103220 100644 --- a/packages/daemon/src/services/InstanceService/InstanceService.ts +++ b/packages/daemon/src/services/InstanceService/InstanceService.ts @@ -484,7 +484,7 @@ export const instanceService = mkSingleton( dbg(`Checking for maintenance mode`) if (instance.maintenance) { throw new Error( - `This instance is in Maintenance Mode. See https://pockeethost.gitbook.com/manual/usage/maintenance for more information.` + `This instance is in Maintenance Mode. See https://pockethost.gitbook.io/manual/daily-usage/maintenance for more information.` ) } diff --git a/packages/pockethost.io/src/routes/app/instances/[instanceId]/Danger/Maintenance.svelte b/packages/pockethost.io/src/routes/app/instances/[instanceId]/Danger/Maintenance.svelte index 63fd5bfb..3628f9a0 100644 --- a/packages/pockethost.io/src/routes/app/instances/[instanceId]/Danger/Maintenance.svelte +++ b/packages/pockethost.io/src/routes/app/instances/[instanceId]/Danger/Maintenance.svelte @@ -16,7 +16,7 @@
Your PocketHost instance will not be accessible while in maintenance mode. Use this when you are upgrading, downgrading, or backing up your data. See Maintenance ModeMaintenance Mode for more information.