Skip to content

Commit b7eb4b4

Browse files
R0Wi-KSRobert Marshall
authored andcommitted
Fix GitLab docs link for top-level group settings
- Updates a changed link in the gitlab_default_can_create_group deprecation warning message.
1 parent d005fbb commit b7eb4b4

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)