From 7299429ba6650acc37e961a7a36075b9207d47b0 Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Mon, 1 Oct 2018 09:27:17 +0000 Subject: Update link to documentation testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$)/ -- cgit v1.2.3