diff mbox series

[bug#40781] Fix link to singularity project in documentation

Message ID uUhpTADGN9XcuRAqGGH4jqUSMJgBaHs6IL0SMgOB-cikVWz2fwtQjSVl614GxsVfON0JiA-_f2VQUvugU7c_tv5eNUCoN-Hc_49EI1hrzHA=@protonmail.com
State Accepted
Headers show
Series [bug#40781] Fix link to singularity project in documentation | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

guix--- via Guix-patches via April 22, 2020, 7:36 p.m. UTC
From c17d3b8e11e4560436b1ed2711a971964fd75223 Mon Sep 17 00:00:00 2001
From: "operator.name" <operator.name@protonmail.com>
Date: Wed, 22 Apr 2020 19:57:07 +0100
Subject: [PATCH] doc: Update url to singularity before link rot occurs.

* doc/guix.texi: Update url to singularity before link rot occurs.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.26.1

Comments

Ludovic Courtès April 27, 2020, 9:28 p.m. UTC | #1
"operator.name" <operator.name@protonmail.com> skribis:

>>From c17d3b8e11e4560436b1ed2711a971964fd75223 Mon Sep 17 00:00:00 2001
> From: "operator.name" <operator.name@protonmail.com>
> Date: Wed, 22 Apr 2020 19:57:07 +0100
> Subject: [PATCH] doc: Update url to singularity before link rot occurs.
>
> * doc/guix.texi: Update url to singularity before link rot occurs.

Applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 4787f38181..9e45c0b61b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5118,7 +5118,7 @@  guix pack -f squashfs bash guile emacs geiser
 @noindent
 The result is a SquashFS file system image that can either be mounted or
 directly be used as a file system container image with the
-@uref{https://singularity.lbl.gov, Singularity container execution
+@uref{https://www.sylabs.io/docs/, Singularity container execution
 environment}, using commands like @command{singularity shell} or
 @command{singularity exec}.