Skip to content

Commit

Permalink
Merge pull request #259 from Ombi-app/development
Browse files Browse the repository at this point in the history
update some links that were borked
  • Loading branch information
Berserkir-Wolf committed Jul 31, 2024
2 parents ddf5a30 + 45bd519 commit a5e8327
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/guides/usermanagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
2 changes: 1 addition & 1 deletion docs/info/reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/settings/user-preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/settings/usermanagement.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/usermanagement.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit a5e8327

Please sign in to comment.