summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2018-10-01 09:27:17 +0000
committerFabio Busatto <fabio@gitlab.com>2018-10-01 09:27:17 +0000
commit7299429ba6650acc37e961a7a36075b9207d47b0 (patch)
tree8c1aa4d12fc221ff5541820dbd06cab55482e606 /.gitlab-ci.yml
parentf13636b6d11ff61bd5b840fba5ae0bbe5f77a95e (diff)
downloadgitlab-ce-7299429ba6650acc37e961a7a36075b9207d47b0.tar.gz
Update link to documentation testing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 058cacb0774..9c5b40dce21 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,7 +95,7 @@ stages:
# Skip all jobs except the ones that begin with 'docs/'.
# Used for commits including ONLY documentation changes.
-# https://docs.gitlab.com/ce/development/writing_documentation.html#testing
+# https://docs.gitlab.com/ce/development/documentation/#testing
.except-docs: &except-docs
except:
- /(^docs[\/-].*|.*-docs$)/