guix-commits
[Top][All Lists]
Advanced

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

01/01: website: download: Fix documentation URL for the QEMU image.


From: Leo Famulari
Subject: 01/01: website: download: Fix documentation URL for the QEMU image.
Date: Fri, 30 Mar 2018 10:03:31 -0400 (EDT)

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

commit a0f222d74e24a113c21a631decc159475ae65512
Author: Leo Famulari <address@hidden>
Date:   Wed Mar 28 15:05:13 2018 -0400

    website: download: Fix documentation URL for the QEMU image.
    
    Reported by apostolis on #guix.
    
    * website/apps/download/data.scm (system-downloads): Adjust QEMU image
    documentation URL.
---
 website/apps/download/data.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/download/data.scm b/website/apps/download/data.scm
index b819c53..25249ba 100644
--- a/website/apps/download/data.scm
+++ b/website/apps/download/data.scm
@@ -46,7 +46,7 @@
     #:base-url (string-append "https://alpha.gnu.org/gnu/guix/guixsd-vm-image-";
                              (latest-guix-version) ".")
     #:variants (list (variant "x86_64" "x86_64-linux.xz"))
-    #:manual (manual-url "Installing-GuixSD-in-a-VM.html"))
+    #:manual (manual-url "Running-GuixSD-in-a-VM.html"))
 
    (download
     #:title (string-append "GNU Guix " (latest-guix-version) " Binary")



reply via email to

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