From 5b0f3bc757076c674a7bca8aef85ef147b3993ad Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 12 Oct 2020 11:46:58 +0200 Subject: [PATCH] [web] Fix container image link. --- web/content/docs/userguide/basics/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/content/docs/userguide/basics/container.md b/web/content/docs/userguide/basics/container.md index 54f11e2037f..739d2b9bc1d 100644 --- a/web/content/docs/userguide/basics/container.md +++ b/web/content/docs/userguide/basics/container.md @@ -26,7 +26,7 @@ Simply download an image from the [releases]({{< ref "/releases" >}}) page. #### Option: Download image from the latest master-branch build -Simply download an image from the [latest master-branch build](https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/_out/images?job=container) page. +Simply download an image from the [latest master-branch build](https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/ThirdParty/container-maker/_out/images?job=container) page. ### Run OGS inside a Container (called from outside) -- GitLab