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.

Maintenance Mode diff --git a/packages/pockethost.io/src/routes/app/instances/[instanceId]/Version.svelte b/packages/pockethost.io/src/routes/app/instances/[instanceId]/Version.svelte index d608185e..21d54e28 100644 --- a/packages/pockethost.io/src/routes/app/instances/[instanceId]/Version.svelte +++ b/packages/pockethost.io/src/routes/app/instances/[instanceId]/Version.svelte @@ -23,7 +23,7 @@ mode and you have already done a fresh backup. Depending on the upgrade/downgrade you are performing, your instance may become inoperable. If that happens, you may need to manually upgrade your database locally. See upgradingupgrading for more information. name.

Version