guix-commits
[Top][All Lists]
Advanced

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

01/06: website: Fix reference to GNU manuals.


From: Ludovic Courtès
Subject: 01/06: website: Fix reference to GNU manuals.
Date: Thu, 7 Dec 2017 05:16:53 -0500 (EST)

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

commit 97d69a3fd7d602059d5eff4bc06658072445933e
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 6 22:33:15 2017 +0100

    website: Fix reference to GNU manuals.
    
    * website/apps/base/templates/help.scm (help-t): Fix URL for GNU manuals
    and adjust text.
---
 website/apps/base/templates/help.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/apps/base/templates/help.scm 
b/website/apps/base/templates/help.scm
index afd450e..ecad0b3 100644
--- a/website/apps/base/templates/help.scm
+++ b/website/apps/base/templates/help.scm
@@ -76,12 +76,12 @@
        (p
         "GuixSD is a distribution of the "
         (a (@ (href ,(gnu-url))) "GNU operating system")
-        ". Most GNU software is documented and the documentation is
+        ".  Documentation for GNU packages is
          available online in various formats. ")
        (p
         ,(link-more
-          #:label "Browse GNU manual"
-          #:url (guix-url "manual/"))))
+          #:label "Browse GNU manuals"
+          #:url (gnu-url "manual"))))
 
 
        (div



reply via email to

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