Skip to content

Commit 2b66ba4

Browse files
authored
fix: groups link (#5511)
1 parent 2b5efd3 commit 2b66ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/component/admin/groups/Group/EditGroupUsers/EditGroupUsers.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const EditGroupUsers: FC<IEditGroupUsersProps> = ({
107107
modal
108108
title='Edit users'
109109
description='Groups is the best and easiest way to organize users and then use them in projects to assign a specific role in one go to all the users in a group.'
110-
documentationLink='https://docs.getunleash.io/advanced/groups'
110+
documentationLink='https://docs.getunleash.io/reference/rbac#user-groups'
111111
documentationLinkLabel='Groups documentation'
112112
formatApiCode={formatApiCode}
113113
>

0 commit comments

Comments
 (0)