unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30976] [PATCH 0/1] website: download: Fix documentation URL for the QEMU image.
@ 2018-03-28 19:08 Leo Famulari
  2018-03-28 19:08 ` [bug#30975] [PATCH 1/1] " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2018-03-28 19:08 UTC (permalink / raw)
  To: 30976

The download link for the QEMU image points to the manual page
Installing GuixSD in a VM:

https://www.gnu.org/software/guix/manual/html_node/Installing-GuixSD-in-a-VM.html

However, this is the wrong part of the manual for using the QEMU image.
It should instead point to Running GuixSD in a VM:

https://www.gnu.org/software/guix/manual/html_node/Running-GuixSD-in-a-VM.html

Leo Famulari (1):
  website: download: Fix documentation URL for the QEMU image.

 website/apps/download/data.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.16.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [bug#30975] [PATCH 1/1] website: download: Fix documentation URL for the QEMU image.
  2018-03-28 19:08 [bug#30976] [PATCH 0/1] website: download: Fix documentation URL for the QEMU image Leo Famulari
@ 2018-03-28 19:08 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-03-28 19:08 UTC (permalink / raw)
  To: 30975

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-28 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 19:08 [bug#30976] [PATCH 0/1] website: download: Fix documentation URL for the QEMU image Leo Famulari
2018-03-28 19:08 ` [bug#30975] [PATCH 1/1] " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).