From 47a0e178d773300844821ab57810143468fa5c92 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 8 Jan 2024 14:15:26 +0100 Subject: [PATCH] fix build Signed-off-by: Jens Langhammer --- website/docs/flow/stages/identification/index.md | 2 +- website/docs/user-group-role/groups/manage_groups.md | 2 +- website/docs/user-group-role/roles/manage_roles.md | 4 ++-- website/integrations/services/organizr/index.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/flow/stages/identification/index.md b/website/docs/flow/stages/identification/index.md index f911fc4f8..3b9d64741 100644 --- a/website/docs/flow/stages/identification/index.md +++ b/website/docs/flow/stages/identification/index.md @@ -12,7 +12,7 @@ Select which fields the user can use to identify themselves. Multiple fields can - Email - UPN - UPN will attempt to identify the user based on the `upn` attribute, which can be imported with an [LDAP Source](/integrations/sources/ldap/index) + UPN will attempt to identify the user based on the `upn` attribute, which can be imported with an [LDAP Source](/integrations/sources/ldap/) ## Password stage diff --git a/website/docs/user-group-role/groups/manage_groups.md b/website/docs/user-group-role/groups/manage_groups.md index 96c468360..990bcaaf3 100644 --- a/website/docs/user-group-role/groups/manage_groups.md +++ b/website/docs/user-group-role/groups/manage_groups.md @@ -24,7 +24,7 @@ To edit the group's name, parent group, whether or not the group is for superuse To [add or remove users](../user/user_basic_operations.md#add-a-user-to-a-group) from the group, or to manage permissions assigned to the group, click on the name of the group to go to the group's detail page. -For more information about permissions, refer to ["Assign or remove permissions for a specific group"](../access-control/manage_permissions.md#assign-or-remove-permissions-for-a-specific-group). +For more information about permissions, refer to ["Assign or remove permissions for a specific group"](../access-control/manage_permissions.md#assign-or-remove-permissions-on-a-specific-group). ## Delete a group diff --git a/website/docs/user-group-role/roles/manage_roles.md b/website/docs/user-group-role/roles/manage_roles.md index 452fbb648..765772a2b 100644 --- a/website/docs/user-group-role/roles/manage_roles.md +++ b/website/docs/user-group-role/roles/manage_roles.md @@ -15,7 +15,7 @@ To create a new role, follow these steps: 1. In the Admin interface, navigate to **Directory > Roles**. 2. Click **Create**, enter the name of the role, and then click **Create** in the modal. -3. Next, [assign permissions to the role](../access-control/permissions.md#assign-or-remove-permissions-for-a-specific-role). +3. Next, [assign permissions to the role](../access-control/manage_permissions.md#assign-or-remove-permissions-for-a-specific-role). ## Modify a role @@ -23,7 +23,7 @@ To modify a role, follow these steps: - To edit the name of the role, click the Edit icon beside the role's name. -- To modify the permissions that are assigned to the role click on the role's name to go to the role's detail page. There you can add, modify, or remove permissions. For more information, refer to ["Assign or remove permissions for a specific role"](../access-control/permissions.md#assign-or-remove-permissions-for-a-specific-role). +- To modify the permissions that are assigned to the role click on the role's name to go to the role's detail page. There you can add, modify, or remove permissions. For more information, refer to ["Assign or remove permissions for a specific role"](../access-control/manage_permissions.md#assign-or-remove-permissions-for-a-specific-role). ## Delete a role diff --git a/website/integrations/services/organizr/index.md b/website/integrations/services/organizr/index.md index 2ce75103a..adb5cf3b1 100644 --- a/website/integrations/services/organizr/index.md +++ b/website/integrations/services/organizr/index.md @@ -74,5 +74,5 @@ LDAP Backend Type: `OpenLDAP` Access for authentik users is managed locally within organizr under _User Management_. By default, new users are assigned the `User` group. ::: :::tip -Consider front-ending your application with a [forward auth provider](../../../docs/providers/proxy/forward_auth#nginx) for an SSO experience. +Consider front-ending your application with a [forward auth provider](../../../docs/providers/proxy/forward_auth) for an SSO experience. :::