1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: groups link (#5511)

This commit is contained in:
Mateusz Kwasniewski 2023-11-30 09:42:27 +01:00 committed by GitHub
parent 2b5efd3883
commit 2b66ba41dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ export const EditGroupUsers: FC<IEditGroupUsersProps> = ({
modal modal
title='Edit users' title='Edit users'
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.' 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.'
documentationLink='https://docs.getunleash.io/advanced/groups' documentationLink='https://docs.getunleash.io/reference/rbac#user-groups'
documentationLinkLabel='Groups documentation' documentationLinkLabel='Groups documentation'
formatApiCode={formatApiCode} formatApiCode={formatApiCode}
> >