diff --git a/web/content/_index.pandoc b/web/content/_index.pandoc index 1d75644e43f54e1cc09a4168e7d1aee717b190c0..d94e5d411c596759b2230c720ad714d9defacde2 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 48fe7821569f31d5c7fcac7d40ea5fa23c77498f..b40a0dee2d1131be158bb2fec538201eabb04e1d 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 81f7ea7fedef5c46ebfff5e93bc3a1490ed12a65..c950138d062e35a8b729c372a413add8c928f770 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}} - | <a href="https://github.com/ufz/ogs/edit/master/web/content/{{ .File.Path }}">Edit this page on <i class="fab fa-github"></i></a> + | <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 e268a952042844d653a020fc7d42b48be0289296..e47e79376a9f99ae55db5417c0771a301812410f 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 a288002fbdc667808ec4940e939a28b9fe0bfd12..731fe258e5233d867868fe44f4c3d3f2278a194b 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 e404de355920ed5b81cc7778f64d7776917af954..694698e17d2b2fa95c56d792540b094841b9275e 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 = ["", ""]