summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Guedes <andrebsguedes@gmail.com>2016-12-16 11:12:37 -0200
committerAndre Guedes <andrebsguedes@gmail.com>2017-02-22 11:30:11 -0300
commit164ef8a348cac86097313bc453493ccf739adffe (patch)
treec750c60a891c7b9e1f3c45f2f03ecd67f8c774dd
parente4fa80f3b67f1ef30c262cd4df28516ccff6336a (diff)
downloadgitlab-ce-164ef8a348cac86097313bc453493ccf739adffe.tar.gz
Fixing typos in docs
-rw-r--r--doc/administration/container_registry.md4
-rw-r--r--doc/user/project/container_registry.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/container_registry.md b/doc/administration/container_registry.md
index 14795601246..4d1cb391e69 100644
--- a/doc/administration/container_registry.md
+++ b/doc/administration/container_registry.md
@@ -76,7 +76,7 @@ you modify its settings. Read the upstream documentation on how to achieve that.
At the absolute minimum, make sure your [Registry configuration][registry-auth]
has `container_registry` as the service and `https://gitlab.example.com/jwt/auth`
-as the realm.
+as the realm:
```
auth:
@@ -494,7 +494,7 @@ configurable in future releases.
**GitLab 8.8 ([source docs][8-8-docs])**
- GitLab Container Registry feature was introduced.
-i
+
[reconfigure gitlab]: restart_gitlab.md#omnibus-gitlab-reconfigure
[restart gitlab]: restart_gitlab.md#installations-from-source
[wildcard certificate]: https://en.wikipedia.org/wiki/Wildcard_certificate
diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md
index eada8e04227..c5b2266ff19 100644
--- a/doc/user/project/container_registry.md
+++ b/doc/user/project/container_registry.md
@@ -10,7 +10,7 @@
- Starting from GitLab 8.12, if you have 2FA enabled in your account, you need
to pass a personal access token instead of your password in order to login to
GitLab's Container Registry.
-- Multiple level image names support was added in GitLab ?8.15?
+- Multiple level image names support was added in GitLab 8.15
With the Docker Container Registry integrated into GitLab, every project can
have its own space to store its Docker images.