diff --git a/scripts/ci/jobs/web-check.yml b/scripts/ci/jobs/web-check.yml index 832eac8e41f..693a8606c7c 100644 --- a/scripts/ci/jobs/web-check.yml +++ b/scripts/ci/jobs/web-check.yml @@ -27,6 +27,7 @@ check web links: --ignore-url='https://ogsstorage.blob.core.windows.net/binaries/ogs6' --ignore-url='https://gitlab.opengeosys.org/ogs/ogs/-/graphs/master' --ignore-url='https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse' + --ignore-url='https://docs.gitlab.com/ee/ci/pipelines/pipelines_for_merged_results.html' --ignore-url='/css/all.css' --ignore-url='www.grs.de' --ignore-url='www.smartkd-concept.de' diff --git a/web/content/docs/devguide/procedures/publish-a-release/index.md b/web/content/docs/devguide/procedures/publish-a-release/index.md index 49062b41f8f..c919100ea09 100644 --- a/web/content/docs/devguide/procedures/publish-a-release/index.md +++ b/web/content/docs/devguide/procedures/publish-a-release/index.md @@ -11,7 +11,7 @@ weight = 1080 ## Publication procedure -- Update [merge request template](https://gitlab.opengeosys.org/ogs/ogs/-/settings/merge_requests) to point to a new changelog wiki page +- Update merge request template (settings / merge_requests) to point to a new changelog wiki page - Update `CHANGELOG.md` to point to new GitLab release - Create new web release page with generated artifact names (frontmatter only!) - Add a link to the (upcoming) Doxygen documentation for this tag in `Documentation/mainpage.dox.in` (with `v`-prefix) diff --git a/web/content/docs/userguide/basics/jupyter-notebooks/index.md b/web/content/docs/userguide/basics/jupyter-notebooks/index.md index cf93d3847d7..607897b64c7 100644 --- a/web/content/docs/userguide/basics/jupyter-notebooks/index.md +++ b/web/content/docs/userguide/basics/jupyter-notebooks/index.md @@ -62,7 +62,7 @@ This mounts your current directory into `~/work` inside the container. Use image The above command only works when you run Docker from within a WSL2 Linux shell! - Install [Docker Desktop on Windows](https://docs.docker.com/desktop/windows/install/), it automatically configures WSL2. -- Install a Linux distribution from the Microsoft App Store. We recommend [Ubuntu 20.04](https://www.microsoft.com/en-us/p/ubuntu-2004-lts/9n6svws3rx71). +- Install a Linux distribution from the Microsoft App Store. We recommend [Ubuntu 22.04](https://apps.microsoft.com/search?query=ubuntu). - In the Docker Desktop application under *Settings / Resources / WSL integration* add your Linux distribution. - Open a command prompt in your Linux distribution (At the start menu type the name of the distribution) and run the container. - If your current working contains spaces write out `$PWD`, e.g.: