GNU bug report logs -
#30975
[PATCH 1/1] website: download: Fix documentation URL for the QEMU image.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Wed, 28 Mar 2018 19:09:02 UTC
Severity: normal
Tags: patch
Merged with 30976
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 7 years and 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.