summaryrefslogtreecommitdiff
path: root/doc/ci/examples/code_quality.md
diff options
context:
space:
mode:
authorSteve Azzopardi <sazzopardi@gitlab.com>2019-07-30 10:31:58 +0200
committerSteve Azzopardi <sazzopardi@gitlab.com>2019-07-30 10:31:58 +0200
commita98f3de66eafd78f2769a848aa565612a5bbc337 (patch)
treecfc358b93adeb44fdb6281df12285df6ea7bbb4c /doc/ci/examples/code_quality.md
parent14e7cbe5813db792a4591565ea872745937e8406 (diff)
downloadgitlab-ce-docs/update-dind-title.tar.gz
Update docker title for docker-in-docker workflowdocs/update-dind-title
`docker-in-docker` is a workflow not an specific executor. It uses the [Docker executor](https://docs.gitlab.com/runner/executors/docker.html).
Diffstat (limited to 'doc/ci/examples/code_quality.md')
-rw-r--r--doc/ci/examples/code_quality.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/code_quality.md b/doc/ci/examples/code_quality.md
index e63470ec9d9..69bad6b4c25 100644
--- a/doc/ci/examples/code_quality.md
+++ b/doc/ci/examples/code_quality.md
@@ -14,7 +14,7 @@ This example shows how to run Code Quality on your code by using GitLab CI/CD
and Docker.
First, you need GitLab Runner with
-[docker-in-docker executor](../docker/using_docker_build.md#use-docker-in-docker-executor).
+[docker-in-docker executor](../docker/using_docker_build.md#use-docker-in-docker-workflow-with-docker-executor).
Once you set up the Runner, include the CodeQuality template in your CI config: