1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00

fix: change broken link to groups documentation

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
andreas-unleash 2023-10-05 17:15:41 +03:00
parent e418e9c46f
commit b7d5128a2d
No known key found for this signature in database
GPG Key ID: DB82A1577B38F66B
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ export const CreateGroup = () => {
loading={loading} loading={loading}
title='Create group' title='Create 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.' 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}
> >

View File

@ -123,7 +123,7 @@ export const EditGroup = ({
loading={loading} loading={loading}
title='Edit group' title='Edit 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.' 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}
> >