From 17fced032f3dcc4960c2fdd1fb65da085a1f3acd Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 23 Apr 2020 12:35:39 +0200
Subject: [PATCH] [urlcheck] Add more to whitelist.

---
 Jenkinsfile                                                 | 2 +-
 web/content/docs/devguide/documentation/introduction.pandoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3ce3a08b20f..1773b71fe35 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -801,7 +801,7 @@ pipeline {
           }
           steps {
             dir('web') {
-              sh 'urlchecker check --file-types .pandoc,.md --white-listed-files releases/* --white-listed-urls https://jenkins.opengeosys.org/job/ufz/job/ogs-container-maker/job/master/build,http://yourproxy.example.com,https://apt.kitware.com/ubuntu/,https://github.com/YOUR-USERNAME/ogs,https://jenkins.opengeosys.org/github-webhook/,http://localhost:1313,https://github.com/ufz/ogs/pull/$1,http://www.opengeosys.org/images/xsd/OpenGeoSysXXX.xsd content'
+              sh 'urlchecker check --file-types .pandoc,.md --white-listed-files releases/* --white-listed-urls https://jenkins.opengeosys.org/job/ufz/job/ogs-container-maker/job/master/build,http://yourproxy.example.com,https://apt.kitware.com/ubuntu/,https://github.com/YOUR-USERNAME/ogs,https://jenkins.opengeosys.org/github-webhook/,http://localhost:1313,https://github.com/ufz/ogs/pull/\$1,http://www.opengeosys.org/images/xsd/OpenGeoSysXXX.xsd,https://`-protocol content'
             }
           }
         }
diff --git a/web/content/docs/devguide/documentation/introduction.pandoc b/web/content/docs/devguide/documentation/introduction.pandoc
index bb0aeed2f8b..83fd354e95c 100644
--- a/web/content/docs/devguide/documentation/introduction.pandoc
+++ b/web/content/docs/devguide/documentation/introduction.pandoc
@@ -118,7 +118,7 @@ ALGOLIA_WRITE_KEY=XXX node_modules/.bin/hugo-algolia --toml -s
 
 ### Used components
 
-- [Hugo](https://gohugo.com) - Web site generator
+- [Hugo](https://gohugo.io) - Web site generator
 - [Tailwind](https://tailwindcss.com/docs/what-is-tailwind) - CSS framework
 - [FontAwesome](https://fontawesome.com) - Icons, see [icon search](https://fontawesome.com/icons?d=gallery)
 - [Slick Carousel](http://kenwheeler.github.io/slick/) & [FancyBox](https://fancyapps.com/fancybox/3/) for image galleries
-- 
GitLab