guix-commits
[Top][All Lists]
Advanced

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

02/03: website: download: Make installation instructions links more conc


From: Ludovic Courtès
Subject: 02/03: website: download: Make installation instructions links more concise.
Date: Wed, 22 Jul 2015 10:42:27 +0000

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

commit dccf9e2fffce9b4679c793156b5f5c2a8e985a4f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 22 12:41:37 2015 +0200

    website: download: Make installation instructions links more concise.
    
    * website/www/download.scm (download-box): Remove "See the ... from the
      manual".
---
 website/www/download.scm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/website/www/download.scm b/website/www/download.scm
index b4d1586..3223777 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -88,10 +88,9 @@ dependencies.")
                           (class "hlink-signature"))
                       ,(string-append (car file))))
              files))
-        (p "See the "
-           (a (@ (href ,(guix-url manual)))
-              "installation instructions")
-           " from the manual.")))
+        (p (a (@ (href ,(guix-url manual)))
+              "Installation instructions")
+           ".")))
 
 (define (download-page)
   `(html (@ (lang "en"))



reply via email to

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