summaryrefslogtreecommitdiff
path: root/doc/ci/examples/container_scanning.md
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-02-03 22:26:09 +0000
committerEvan Read <eread@gitlab.com>2019-02-03 22:26:09 +0000
commit1aef3fd655b4633b0a9709ec4b4a31d1e9afb09d (patch)
treea2d7e30f2c469622e807215647476fce74d4a145 /doc/ci/examples/container_scanning.md
parentdd26a9addc5dd654e3c8eecb58216f1f4449cfc1 (diff)
downloadgitlab-ce-1aef3fd655b4633b0a9709ec4b4a31d1e9afb09d.tar.gz
Docs: Fix link references for artifacts
Diffstat (limited to 'doc/ci/examples/container_scanning.md')
-rw-r--r--doc/ci/examples/container_scanning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/container_scanning.md b/doc/ci/examples/container_scanning.md
index 31c3df81fef..e8e9c73d1b2 100644
--- a/doc/ci/examples/container_scanning.md
+++ b/doc/ci/examples/container_scanning.md
@@ -51,7 +51,7 @@ The above example will create a `container_scanning` job in your CI/CD pipeline,
the image from the [Container Registry](../../user/project/container_registry.md)
(whose name is defined from the two `CI_APPLICATION_` variables) and scan it
for possible vulnerabilities. The report will be saved as a
-[Container Scanning report artifact](https://docs.gitlab.com/ee//ci/yaml/README.html#artifactsreportscontainer_scanning)
+[Container Scanning report artifact](../yaml/README.md#artifactsreportscontainer_scanning-ultimate)
that you can later download and analyze.
Due to implementation limitations we always take the latest Container Scanning artifact available.