diff options
author | Fabio Busatto <fabio@gitlab.com> | 2018-10-01 09:27:17 +0000 |
---|---|---|
committer | Fabio Busatto <fabio@gitlab.com> | 2018-10-01 09:27:17 +0000 |
commit | 7299429ba6650acc37e961a7a36075b9207d47b0 (patch) | |
tree | 8c1aa4d12fc221ff5541820dbd06cab55482e606 /.gitlab-ci.yml | |
parent | f13636b6d11ff61bd5b840fba5ae0bbe5f77a95e (diff) | |
download | gitlab-ce-7299429ba6650acc37e961a7a36075b9207d47b0.tar.gz |
Update link to documentation testing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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$)/ |