From 45bd519ddb1dde3c078db28c279896cdc8173619 Mon Sep 17 00:00:00 2001 From: Dyson Parkes Date: Thu, 1 Aug 2024 10:08:08 +1200 Subject: [PATCH] update some links that were borked --- docs/guides/usermanagement.md | 6 +++--- docs/info/reverse-proxy.md | 2 +- docs/settings/user-preferences.md | 2 +- docs/settings/usermanagement.md | 4 ++-- docs/usermanagement.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/guides/usermanagement.md b/docs/guides/usermanagement.md index 602ea420..8894b734 100644 --- a/docs/guides/usermanagement.md +++ b/docs/guides/usermanagement.md @@ -39,7 +39,7 @@ Likewise, you can set a specific quality profile for a user here. Like someone a ## Roles Each individual user can have additional roles above and beyond the defaults they're imported with. -You can view what the different roles mean [here](../info/user-roles) +You can view what the different roles mean [here](/info/user-roles) For example, if your users aren't able to request music by default, but two or three people should be allowed to - you set the default to not, under [User Management](../../settings/usermanagement), and then set their specific user to have the "Request Music" role. The reverse is also true - if someone abuses their ability to request things, you can revoke specific types for them in particular. Or set limits on their user. @@ -49,8 +49,8 @@ If one or two users have free reign on requests, everything is a 'yes' for them ## Notification Preferences These let you enable alternative notification methods for a user (provided they're enabled at the server level). -Refer to the [notifications](../../settings/notifications) section for configuration of each relevant type (and a clarification about what happens when you enable multiple options at once for a user). +Refer to the [notifications](/settings/notifications) section for configuration of each relevant type (and a clarification about what happens when you enable multiple options at once for a user). ## Additional Info -See also [User Management](../../settings/usermanagement) for how to set the defaults that users can be imported with. +See also [User Management](/settings/usermanagement) for how to set the defaults that users can be imported with. diff --git a/docs/info/reverse-proxy.md b/docs/info/reverse-proxy.md index 91e7596c..f7b24259 100644 --- a/docs/info/reverse-proxy.md +++ b/docs/info/reverse-proxy.md @@ -486,5 +486,5 @@ Adjust the values of `traefik.docker.network=traefik_proxy`, `traefik.http.route ## V3 Specific -The notes regarding Ye Olde V3 Proxy can be found [in the archive](../../archive/v3-specific-proxy). +The notes regarding Ye Olde V3 Proxy can be found [in the archive](/archive/v3-specific-proxy). Note: please don't run V3 any more. If you have somehow managed to get V3 from somewhere, replace it with V4. diff --git a/docs/settings/user-preferences.md b/docs/settings/user-preferences.md index e690e495..fc790c28 100644 --- a/docs/settings/user-preferences.md +++ b/docs/settings/user-preferences.md @@ -2,7 +2,7 @@ This is where an individual user can set their langauge, and find the QR code for signing in to the app. -Per-user settings like roles can be applied by the admin under [User Management](../guides/usermanagement). +Per-user settings like roles can be applied by the admin under [User Management](/guides/usermanagement). ## Language diff --git a/docs/settings/usermanagement.md b/docs/settings/usermanagement.md index 10eba1b8..9ce0a0c1 100644 --- a/docs/settings/usermanagement.md +++ b/docs/settings/usermanagement.md @@ -1,7 +1,7 @@ # Importing Users This page is slightly dynamic depending on what Media Server you have enabled. -Per-user settings can be applied under [User Management](../guides/usermanagement). +Per-user settings can be applied under [User Management](/guides/usermanagement). ## Import Plex Users @@ -29,7 +29,7 @@ This is an autocomplete field where you can type in the users username and selec ## Default Roles Choose the default roles that the imported users will take when the import job runs. -You can view what the different roles mean [here](../info/user-roles) +You can view what the different roles mean [here](/info/user-roles) ## Default Request Limit diff --git a/docs/usermanagement.md b/docs/usermanagement.md index 296b0717..326aa4f0 100644 --- a/docs/usermanagement.md +++ b/docs/usermanagement.md @@ -1,5 +1,5 @@ # User Management -See [User Management Settings](../settings/usermanagement) +See [User Management Settings](/settings/usermanagement) -See also [User Roles](../info/user-roles) +See also [User Roles](/info/user-roles)