mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-14 20:35:06 +00:00
fix broken documentation links (#241)
This commit is contained in:
@@ -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.`
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<p class="text-danger">
|
||||
Your PocketHost instance will not be accessible while in maintenance mode. Use this when you are
|
||||
upgrading, downgrading, or backing up your data. See <a
|
||||
href="https://pockethost.gitbook.com/manual/usage/maintenance.md">Maintenance Mode</a
|
||||
href="https://pockethost.gitbook.io/manual/daily-usage/maintenance">Maintenance Mode</a
|
||||
> for more information.
|
||||
</p>
|
||||
<MiniToggle value={maintenance} save={onMaintenance}>Maintenance Mode</MiniToggle>
|
||||
|
||||
@@ -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 <a
|
||||
href="https://pockethost.gitbook.com/manual/usage/upgrading.md">upgrading</a
|
||||
href="https://pockethost.gitbook.io/manual/daily-usage/upgrading">upgrading</a
|
||||
> for more information. name.
|
||||
</p>
|
||||
Version <MiniEdit value={_version} save={saveEdit} disabled={!maintenance} />
|
||||
|
||||
Reference in New Issue
Block a user