From b7d5128a2df55175c0be87edf12ccf48c0d3e26d Mon Sep 17 00:00:00 2001 From: andreas-unleash Date: Thu, 5 Oct 2023 17:15:41 +0300 Subject: [PATCH] fix: change broken link to groups documentation 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 069232a0e5be..6ad828df7046 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 979f938370e0..e4304e9ba56a 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} >