From cb034976b93abc799df774858d716a49f645d669 Mon Sep 17 00:00:00 2001 From: andreas-unleash Date: Fri, 6 Oct 2023 10:29:27 +0300 Subject: [PATCH] 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 --- frontend/src/component/admin/groups/CreateGroup/CreateGroup.tsx | 2 +- frontend/src/component/admin/groups/EditGroup/EditGroup.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/admin/groups/CreateGroup/CreateGroup.tsx b/frontend/src/component/admin/groups/CreateGroup/CreateGroup.tsx index 069232a0e5..6ad828df70 100644 --- a/frontend/src/component/admin/groups/CreateGroup/CreateGroup.tsx +++ b/frontend/src/component/admin/groups/CreateGroup/CreateGroup.tsx @@ -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} > diff --git a/frontend/src/component/admin/groups/EditGroup/EditGroup.tsx b/frontend/src/component/admin/groups/EditGroup/EditGroup.tsx index 979f938370..e4304e9ba5 100644 --- a/frontend/src/component/admin/groups/EditGroup/EditGroup.tsx +++ b/frontend/src/component/admin/groups/EditGroup/EditGroup.tsx @@ -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} >