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