guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: Fix pre-built links.


From: Mathieu Othacehe
Subject: branch master updated: website: Fix pre-built links.
Date: Mon, 21 Mar 2022 12:14:58 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 8a6ad11  website: Fix pre-built links.
8a6ad11 is described below

commit 8a6ad1185d8c488dd489432b22b5e626ad9bf516
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Mar 21 17:13:52 2022 +0100

    website: Fix pre-built links.
    
    Point to the Substitutes part of the documentation instead of pointing to 
the
    master specification of Cuirass.
    
    * website/apps/packages/templates/detailed-index.scm: Fix it.
    * website/apps/packages/templates/index.scm: Ditto.
---
 website/apps/packages/templates/detailed-index.scm | 2 +-
 website/apps/packages/templates/index.scm          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/apps/packages/templates/detailed-index.scm 
b/website/apps/packages/templates/detailed-index.scm
index b949c1d..698aac5 100644
--- a/website/apps/packages/templates/detailed-index.scm
+++ b/website/apps/packages/templates/detailed-index.scm
@@ -48,7 +48,7 @@ management|Reproducibility") #\|)
             "GNU Guix provides " ,(number* (or total (length packages)))
             " packages transparently "
             ,(G_
-              `(a (@ (href "https://ci.guix.gnu.org/jobset/master";))
+              `(a (@ (href 
"https://www.gnu.org/software/guix/manual/en/html_node/Substitutes.html";))
                   "available as pre-built binaries"))
             ". These pages provide a complete list of the packages.  Our "
             ,(G_
diff --git a/website/apps/packages/templates/index.scm 
b/website/apps/packages/templates/index.scm
index 82b0f8b..feec755 100644
--- a/website/apps/packages/templates/index.scm
+++ b/website/apps/packages/templates/index.scm
@@ -46,7 +46,7 @@ management|Reproducibility") #\|)
             (@ (class "limit-width centered-block"))
             "GNU Guix provides " ,(number* total) " packages transparently "
             ,(G_
-              `(a (@ (href "https://ci.guix.gnu.org/jobset/master";))
+              `(a (@ (href 
"https://www.gnu.org/software/guix/manual/en/html_node/Substitutes.html";))
                   "available as pre-built binaries"))
             ". These pages provide a complete list of the packages.  Our "
             ,(G_



reply via email to

[Prev in Thread] Current Thread [Next in Thread]