AWS codebuild documentation change
Summary
Corrected domain example to include https:// protocol
Security assessment
Documentation fix for proper URL formatting, not explicitly security-related
Diff
diff --git a/codebuild/latest/userguide/gitlab-group-webhook-events-console.md b/codebuild/latest/userguide/gitlab-group-webhook-events-console.md index 778dc3239..ff9439568 100644 --- a//codebuild/latest/userguide/gitlab-group-webhook-events-console.md +++ b//codebuild/latest/userguide/gitlab-group-webhook-events-console.md @@ -31 +31 @@ When using group webhooks, make sure that CodeBuild has permissions to create gr -If the project's source type is `GITLAB_SELF_MANAGED`, you also need to specify a domain as part of the webhook group configuration. For example, if the URL of your group is `https://domain.com/group/group-name`, then the domain is `domain.com`. +If the project's source type is `GITLAB_SELF_MANAGED`, you also need to specify a domain as part of the webhook group configuration. For example, if the URL of your group is `https://domain.com/group/group-name`, then the domain is `https://domain.com`.