mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +02:00
fix: change broken link to groups documentation (#4941)
Replaces the broken groups documentation link CLoses: # [SR-75](https://linear.app/unleash/issue/SR-75/groups-documentation-link-broken) Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
00742cfb28
commit
cb034976b9
@ -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}
|
||||||
>
|
>
|
||||||
|
@ -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}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user