From 0f113828faf12cfe2de89326e1619d4eb5cd8828 Mon Sep 17 00:00:00 2001 From: John Galt Date: Mon, 11 Jan 2016 10:02:39 -0700 Subject: [PATCH] [ci skip] Fixed minor typo in docker documentation --- doc/ci/docker/using_docker_images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab