From c0c22931596cc4fb9e723b50c8480a062ab13cd0 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 7 Apr 2020 11:15:05 +0200 Subject: [PATCH] [web] Updated Singularity link. --- web/content/docs/userguide/basics/container.pandoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/content/docs/userguide/basics/container.pandoc b/web/content/docs/userguide/basics/container.pandoc index e0c26c65159..9d5efce6d2a 100644 --- a/web/content/docs/userguide/basics/container.pandoc +++ b/web/content/docs/userguide/basics/container.pandoc @@ -14,7 +14,7 @@ weight = 10 ### Prerequisites * Linux or macOS (you may run Singularity with [Vagrant](https://app.vagrantup.com/sylabs) on Windows as well) -* A running [installation](https://www.sylabs.io/guides/3.0/user-guide/quick_start.html#quick-installation-steps) of Singularity 3.0 or higher +* A running [installation](https://sylabs.io/guides/3.5/user-guide/quick_start.html#quick-installation-steps) of Singularity 3.0 or higher ### Get a container image -- GitLab