diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-09-02 00:19:30 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-09-02 00:19:30 +0000 |
commit | 61199b7413e2bd4cb7c011fe7bf63e55cb3aa525 (patch) | |
tree | 862ba8c62f650aa93ce2978d87e1b0bc452b231c /doc | |
parent | c0733f43a65741b60ffceab6811341e906d17e8c (diff) | |
download | gitlab-ce-61199b7413e2bd4cb7c011fe7bf63e55cb3aa525.tar.gz |
Change markdownlint wildcard format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/docker/using_docker_build.md | 2 | ||||
-rw-r--r-- | doc/user/gitlab_com/index.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/docker/using_docker_build.md b/doc/ci/docker/using_docker_build.md index 7c173970324..730e46f994e 100644 --- a/doc/ci/docker/using_docker_build.md +++ b/doc/ci/docker/using_docker_build.md @@ -603,7 +603,7 @@ Below is an example of how your `.gitlab-ci.yml` should look like, assuming you - docker run my-docker-image /script/to/run/tests ``` -If you forget to set the service alias the `docker:19.03.1` image won't find the +If you forget to set the service alias the `docker:19.03.1` image won't find the `dind` service, and an error like the following is thrown: ```sh diff --git a/doc/user/gitlab_com/index.md b/doc/user/gitlab_com/index.md index ca9450f94b9..2f2955f5a1c 100644 --- a/doc/user/gitlab_com/index.md +++ b/doc/user/gitlab_com/index.md @@ -334,7 +334,7 @@ No response headers are provided. GitLab.com: - Has [rate limits on raw endpoints](../../user/admin_area/settings/rate_limits_on_raw_endpoints.md) - set to the default. + set to the default. - Does not have the user and IP rate limits settings enabled. ## GitLab.com at scale |