summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-07-22 12:41:37 +0200
committerLudovic Courtès <ludo@gnu.org>2015-07-22 12:41:37 +0200
commitdccf9e2fffce9b4679c793156b5f5c2a8e985a4f (patch)
treea07c6c00b0b65487d1429228e7cfc0f07a3a4a7c
parent69f598c98e6afa6e53c78505043f6f7efca3b389 (diff)
downloadguix-artwork-dccf9e2fffce9b4679c793156b5f5c2a8e985a4f.tar
guix-artwork-dccf9e2fffce9b4679c793156b5f5c2a8e985a4f.tar.gz
website: download: Make installation instructions links more concise.
* website/www/download.scm (download-box): Remove "See the ... from the manual".
-rw-r--r--website/www/download.scm7
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"))