From 0bcae0377f59e5f62e517a44ca18f93107a0c365 Mon Sep 17 00:00:00 2001 From: Collen Date: Mon, 6 Feb 2017 04:31:24 +0000 Subject: [PATCH] Fix dead links for Docker Build (CE) --- doc/user/project/container_registry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md index 47a4a3f85d0e..022fe1a5e55f 100644 --- a/doc/user/project/container_registry.md +++ b/doc/user/project/container_registry.md @@ -98,8 +98,8 @@ delete them. This feature requires GitLab 8.8 and GitLab Runner 1.2. Make sure that your GitLab Runner is configured to allow building Docker images by -following the [Using Docker Build](../ci/docker/using_docker_build.md) -and [Using the GitLab Container Registry documentation](../ci/docker/using_docker_build.md#using-the-gitlab-container-registry). +following the [Using Docker Build](/ce/ci/docker/using_docker_build.md) +and [Using the GitLab Container Registry documentation](/ce/ci/docker/using_docker_build.md#using-the-gitlab-container-registry). ## Limitations -- GitLab