From d147cf1dced62d75347c7f4f20175bab2d98c0e2 Mon Sep 17 00:00:00 2001 From: Kevin Chu <kchu@gitlab.com> Date: Wed, 6 Dec 2023 12:24:30 +0000 Subject: [PATCH] Clarify code suggestions setup instructions --- doc/user/project/repository/code_suggestions/saas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/project/repository/code_suggestions/saas.md b/doc/user/project/repository/code_suggestions/saas.md index 61036009f10d6..77a364f14ffb2 100644 --- a/doc/user/project/repository/code_suggestions/saas.md +++ b/doc/user/project/repository/code_suggestions/saas.md @@ -21,9 +21,9 @@ Learn about [data usage when using Code Suggestions](index.md#code-suggestions-d > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121079) in GitLab 16.1 as [Beta](../../../../policy/experiment-beta-support.md#beta). -You must enable Code Suggestions for both your user account and your group: +You must enable Code Suggestions for both your user account and your top-level group: -- [Enable Code Suggestions for all group members](../../../group/manage.md#enable-code-suggestions). (You must be a group owner). +- [Enable Code Suggestions for your top-level group](../../../group/manage.md#enable-code-suggestions) (you must be a group owner). - [Enable Code Suggestions for your own account](../../../profile/preferences.md#enable-code-suggestions). NOTE: -- GitLab