diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-10-23 16:07:54 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-11-03 15:11:51 -0600 |
commit | 8a998b632ad9abbc31d6da1678eef9c0cefb1ad2 (patch) | |
tree | 16708ac18c78045086699427e57b1060643fcc95 /doc/ci | |
parent | cc83039a7044cf2c51c9909a11fd6dd422f88b8c (diff) | |
download | gitlab-ce-8a998b632ad9abbc31d6da1678eef9c0cefb1ad2.tar.gz |
Change a bunch of doc links to either relative or https://docs.gitlab.com.fix-docs-links
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/docker/using_docker_build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_build.md b/doc/ci/docker/using_docker_build.md index a313c31e7ee..959741f7338 100644 --- a/doc/ci/docker/using_docker_build.md +++ b/doc/ci/docker/using_docker_build.md @@ -226,7 +226,7 @@ e.g. `docker run --rm -t -i -v $(pwd)/src:/home/app/src test-image:latest run_ap > **Note:** This feature requires GitLab 8.8 and GitLab Runner 1.2. -Once you've built a Docker image, you can push it up to the built-in [GitLab Container Registry](../../container_registry/README.md). For example, if you're using +Once you've built a Docker image, you can push it up to the built-in [GitLab Container Registry](../../user/project/container_registry.md). For example, if you're using docker-in-docker on your runners, this is how your `.gitlab-ci.yml` could look: |