diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-01-12 01:24:00 +0000 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-01-12 01:24:00 +0000 |
commit | 3ea637ed5d38b4484c4ca23d71d2f03c3df3f45a (patch) | |
tree | fa078ed82d37a42773b3f974f4a526904bd31b59 /doc | |
parent | 68d0076415632efd4cc8f238d7ff2868a2c3b400 (diff) | |
parent | 0f113828faf12cfe2de89326e1619d4eb5cd8828 (diff) | |
download | gitlab-ce-3ea637ed5d38b4484c4ca23d71d2f03c3df3f45a.tar.gz |
Merge branch 'typo-fix' into 'master'
[ci skip] Fixed minor typo in docker documentation
This change is self-explanatory.
See merge request !2374
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/docker/using_docker_images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md index 31458d61674..63fe840b369 100644 --- a/doc/ci/docker/using_docker_images.md +++ b/doc/ci/docker/using_docker_images.md @@ -174,7 +174,7 @@ The alias hostname for the service is made from the image name following these rules: 1. Everything after `:` is stripped -2. Backslash (`/`) is replaced with double underscores (`__`) +2. Slash (`/`) is replaced with double underscores (`__`) ## Configuring services |