diff --git a/website/apps/base/templates/home.scm b/website/apps/base/templates/home.scm index 7b72da8..5bbbd70 100644 --- a/website/apps/base/templates/home.scm +++ b/website/apps/base/templates/home.scm @@ -105,7 +105,7 @@ languages (EDSLs) to " (@ (class "action-box centered-text")) ,(button-big #:label (apply string-append - (C_ "button" `("DOWNLOAD v" ,(latest-guix-version) ""))) + (C_ "button" '("DOWNLOAD"))) #:url (guix-url "download/") #:light #true) " " ; A space for readability in non-CSS browsers. diff --git a/website/apps/download/templates/download.scm b/website/apps/download/templates/download.scm index bcf3cd2..9924917 100644 --- a/website/apps/download/templates/download.scm +++ b/website/apps/download/templates/download.scm @@ -65,7 +65,8 @@ Package manager") #\|) ,(G_ `(a (@ (href ,(gnu-url "software/shepherd"))) "GNU Shepherd")) " init system. Alternately, GNU Guix can be installed as an additional package manager on top of an - installed Linux-based system.")) + installed Linux-based system. The latest development snapshots are available" + ,(G_ `(a (@ (href ,(guix-url "download-latest/"))) "here.")))) (div (@ (class "centered-text"))