mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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}
|
||||
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.'
|
||||
documentationLink='https://docs.getunleash.io/advanced/groups'
|
||||
documentationLink='https://docs.getunleash.io/reference/rbac#user-groups'
|
||||
documentationLinkLabel='Groups documentation'
|
||||
formatApiCode={formatApiCode}
|
||||
>
|
||||
|
@ -123,7 +123,7 @@ export const EditGroup = ({
|
||||
loading={loading}
|
||||
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.'
|
||||
documentationLink='https://docs.getunleash.io/advanced/groups'
|
||||
documentationLink='https://docs.getunleash.io/reference/rbac#user-groups'
|
||||
documentationLinkLabel='Groups documentation'
|
||||
formatApiCode={formatApiCode}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user