Skip to content

Commit

Permalink
fix: change broken link to groups documentation (#4941)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
andreas-unleash authored Oct 6, 2023
1 parent 00742cf commit cb03497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
>
Expand Down

0 comments on commit cb03497

Please sign in to comment.