Skip to content

Commit 2c7516b

Browse files
Robert MarshallR0Wi-KS
andcommitted
Merge branch 'bugfix/top-level-group-doc-url' into 'master'
Fix GitLab docs link for top-level group settings See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6948 Merged-by: Robert Marshall <[email protected]> Approved-by: Robert Marshall <[email protected]> Co-authored-by: Robin Windey <[email protected]>
2 parents ddc34ab + b7eb4b4 commit 2c7516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/gitlab-cookbooks/package/libraries/deprecations.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def list(existing_config = nil)
330330
config_keys: %w(gitlab gitlab_rails gitlab_default_can_create_group),
331331
deprecation: '15.5',
332332
removal: '16.0',
333-
note: "Starting with GitLab 15.5, this setting cannot be controlled via the configuration file anymore. Follow the steps at https://docs.gitlab.com/ee/user/admin_area/settings/account_and_limit_settings.html#prevent-users-from-creating-top-level-groups, to configure this setting via the Admin UI or the API"
333+
note: "Starting with GitLab 15.5, this setting cannot be controlled via the configuration file anymore. Follow the steps at https://docs.gitlab.com/ee/user/admin_area/settings/account_and_limit_settings.html#prevent-new-users-from-creating-top-level-groups, to configure this setting via the Admin UI or the API"
334334
},
335335
{
336336
config_keys: %w(gitlab sidekiq queue_selector),

0 commit comments

Comments
 (0)