From f08b6b84140e326c952cc45817d7cd18ea845e24 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Fri, 31 Jul 2020 10:36:33 +0200
Subject: [PATCH] [web] Fix singularity user link on release page.

---
 web/content/releases/_index.pandoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/content/releases/_index.pandoc b/web/content/releases/_index.pandoc
index d2b016cb45a..aceaae92e6d 100644
--- a/web/content/releases/_index.pandoc
+++ b/web/content/releases/_index.pandoc
@@ -34,7 +34,7 @@ icon = "fab fa-windows"
 [[head_downloads]]
 name = "Latest Singularity container CLI with Utilities"
 url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/_out/images?job=container"
-note = "Download and run .sif-file with [Singularity](/docs/devguide/advanced/singularity/)"
+note = "Download and run .sif-file with [Singularity](/docs/userguide/basics/container/)"
 icon = "far fa-container-storage"
 
 [[head_downloads]]
-- 
GitLab