1
0
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:
andreas-unleash 2023-10-06 10:29:27 +03:00 committed by GitHub
parent 00742cfb28
commit cb034976b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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}
>

View File

@ -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}
>