From 4f8a4444f6aa9b1207ffd5c803208570b70a10f5 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Fri, 29 May 2020 10:47:09 +0200
Subject: [PATCH] [web] Adapted some more GitLab links.

---
 web/content/_index.pandoc             | 10 +++++-----
 web/content/imprint.pandoc            |  2 +-
 web/layouts/partials/page-info.html   |  4 ++--
 web/layouts/shortcodes/data-link.html |  6 +++---
 web/public/_redirects                 |  2 +-
 web/themes/ogs/theme.toml             |  2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/web/content/_index.pandoc b/web/content/_index.pandoc
index 1d75644e43f..d94e5d411c5 100644
--- a/web/content/_index.pandoc
+++ b/web/content/_index.pandoc
@@ -7,7 +7,7 @@ date: 2017-01-13T14:24:23+01:00
 
 hero:
   headline: Open-source multi-physics
-  textline: OpenGeoSys (OGS) is a scientific [open source project](https://github.com/ufz/ogs) for the development of numerical methods for the simulation of thermo-hydro-mechanical-chemical (THMC) processes in porous and fractured media. Current version is OpenGeoSys-6 which is documented on this page. For information about OpenGeoSys-5, see [its dedicated section](/ogs-5). OGS been successfully applied in the fields of contaminant hydrology, water resources and waste management, geotechnical applications, geothermal energy systems and energy storage.
+  textline: OpenGeoSys (OGS) is a scientific [open source project](https://gitlab.opengeosys.org/ogs/ogs) for the development of numerical methods for the simulation of thermo-hydro-mechanical-chemical (THMC) processes in porous and fractured media. Current version is OpenGeoSys-6 which is documented on this page. For information about OpenGeoSys-5, see [its dedicated section](/ogs-5). OGS been successfully applied in the fields of contaminant hydrology, water resources and waste management, geotechnical applications, geothermal energy systems and energy storage.
   quicklinks:
     - name: Tools
       anchor: tools
@@ -107,7 +107,7 @@ features:
         Implement your new feature and [let the CI system](/docs/devguide/development-workflows/continuous-integration) run sophisticated tests automatically for you incorporating multiple computing platforms, a magnitude of software configurations and a whole array of CPU intensive complex test simulation runs.
     - headline: Get help from core developers
       textline: |
-        Once your feature is ready the [code review process](/docs/devguide/development-workflows/code-reviews/) starts. A helpful [core developer](https://github.com/ufz/ogs/graphs/contributors) checks the proposed change for general acceptance and may give hints for improvement (of e.g. the computational performance or the code structure). Once the iterative feedback loop between you, code reviewer(s) and the automated test system satisfies all aspects the proposed change is merged into the main development line.
+        Once your feature is ready the [code review process](/docs/devguide/development-workflows/code-reviews/) starts. A helpful [core developer](https://gitlab.opengeosys.org/ogs/ogs/-/graphs/gitlab-ci) checks the proposed change for general acceptance and may give hints for improvement (of e.g. the computational performance or the code structure). Once the iterative feedback loop between you, code reviewer(s) and the automated test system satisfies all aspects the proposed change is merged into the main development line.
   visual:
     permalink: "/features/OGS-Software-Engineering-Small.png"
     alt: Dev workflow
@@ -131,10 +131,10 @@ features:
           url: /docs/devguide
     - headline: Become part of the Community
       textline: |
-        Get in touch with the OpenGeoSys Community via our [Discussion forum](https://discourse.opengeosys.org), [GitHub](https://github.com/ufz/ogs) or by [email](mailto:info@opengeosys.org).
+        Get in touch with the OpenGeoSys Community via our [Discussion forum](https://discourse.opengeosys.org), [GitLab](https://gitlab.opengeosys.org/ogs/ogs) or by [email](mailto:info@opengeosys.org).
       links:
-        - text: <i class="fab fa-github"></i> GitHub
-          url: https://github.com/ufz/ogs
+        - text: <i class="fab fa-gitlab"></i> GitLab
+          url: https://gitlab.opengeosys.org/ogs/ogs
   layout: vertical
   class: inverse
 ---
diff --git a/web/content/imprint.pandoc b/web/content/imprint.pandoc
index 48fe7821569..b40a0dee2d1 100644
--- a/web/content/imprint.pandoc
+++ b/web/content/imprint.pandoc
@@ -21,7 +21,7 @@ All information under the default copyright is licensed under a [Creative Common
 
 ### Source code
 
-The source code of this website is available at https://github.com/ufz/ogs/tree/master/web. Please take a look at the repository if you want to know the exact list of copyright holders.
+The source code of this website is available at https://gitlab.opengeosys.org/ogs/ogs/-/tree/master/web. Please take a look at the repository if you want to know the exact list of copyright holders.
 
 ### Third-party
 
diff --git a/web/layouts/partials/page-info.html b/web/layouts/partials/page-info.html
index 81f7ea7fede..c950138d062 100644
--- a/web/layouts/partials/page-info.html
+++ b/web/layouts/partials/page-info.html
@@ -3,10 +3,10 @@
         Generated with <a href="https://gohugo.io">Hugo</a> {{ hugo.Version }}. Last revision: {{ .Lastmod.Format "January 2, 2006" }} {{ if .IsPage }}<em>
             {{ with .GitInfo }}
                 <br>
-                Commit: {{ .Subject }} <a href="https://github.com/ufz/ogs/commit/{{ .AbbreviatedHash }}">{{ .AbbreviatedHash }}</a>
+                Commit: {{ .Subject }} <a href="https://gitlab.opengeosys.org/ogs/ogs/-/commit/{{ .AbbreviatedHash }}">{{ .AbbreviatedHash }}</a>
             {{ end }}
             {{if .GitInfo}}
-                &nbsp;| <a href="https://github.com/ufz/ogs/edit/master/web/content/{{ .File.Path }}">Edit this page on <i class="fab fa-github"></i></a>
+                &nbsp;| <a href="https://gitlab.opengeosys.org/ogs/ogs/-/edit/master/web/content/{{ .File.Path }}">Edit this page on <i class="fab fa-github"></i></a>
             {{ end }}
             </em> {{ end }}
     </p>
diff --git a/web/layouts/shortcodes/data-link.html b/web/layouts/shortcodes/data-link.html
index e268a952042..e47e79376a9 100644
--- a/web/layouts/shortcodes/data-link.html
+++ b/web/layouts/shortcodes/data-link.html
@@ -1,12 +1,12 @@
 {{ if .Get 1 }}
-<a href="https://github.com/ufz/ogs-data/blob/master/{{ .Get 1 }}">
+<a href="https://gitlab.opengeosys.org/ogs/ogs/-/blob/master/Tests/Data/{{ .Get 1 }}">
 {{ else }}
-<a href="https://github.com/ufz/ogs-data/blob/master/{{ .Page.Params.project }}">
+<a href="https://gitlab.opengeosys.org/ogs/ogs/-/blob/master/Tests/Data/{{ .Page.Params.project }}">
 {{ end }}
 <i class="far fa-arrow-right"></i>
 {{ if .Get 0 }}
 {{ .Get 0 | markdownify }}
 {{ else }}
-Project file on GitHub
+Project file on GitLab
 {{ end }}
 </a>
diff --git a/web/public/_redirects b/web/public/_redirects
index a288002fbdc..731fe258e52 100644
--- a/web/public/_redirects
+++ b/web/public/_redirects
@@ -12,4 +12,4 @@
 /help/documentation/output-control-file https://ogs5-keywords.netlify.com/ogs/wiki/public/doc-auto/by_ext/out.html
 /help/documentation/* https://ogs5-keywords.netlify.com
 
-/project/license https://github.com/ufz/ogs/blob/master/LICENSE.txt
+/project/license https://gitlab.opengeosys.org/ogs/ogs/-/blob/master/LICENSE.txt
diff --git a/web/themes/ogs/theme.toml b/web/themes/ogs/theme.toml
index e404de35592..694698e17d2 100644
--- a/web/themes/ogs/theme.toml
+++ b/web/themes/ogs/theme.toml
@@ -3,7 +3,7 @@
 
 name = "OGS"
 license = "BSD"
-licenselink = "https://github.com/ufz/ogs/blob/master/LICENSE.md"
+licenselink = "https://gitlab.opengeosys.org/ogs/ogs/-/blob/master/LICENSE.md"
 description = ""
 homepage = "http://opengeosys.org/"
 tags = ["", ""]
-- 
GitLab