guix-patches
[Top][All Lists]
Advanced

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

[bug#30975] [PATCH 1/1] website: download: Fix documentation URL for the


From: Leo Famulari
Subject: [bug#30975] [PATCH 1/1] website: download: Fix documentation URL for the QEMU image.
Date: Wed, 28 Mar 2018 15:08:12 -0400

* 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")
-- 
2.16.3






reply via email to

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