civodul pushed a commit to branch master
in repository guix.

commit cf0d926202e4f099520bf75adabd66f0886383f2
Author: EuAndreh <[email protected]>
Date:   Sun Jul 8 01:34:28 2018 -0300

    doc: Fix FTP link in documentation.
    
    The current incorrect link at: 
https://www.gnu.org/software/guix/manual/en/guix.html#Running-GuixSD-in-a-VM.
    
    I looked for other instances of this mistake in the docs, but I could't
    find any.
    
    * doc/guix.texi: fix link to GuixSD VM image in FTP server.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 5ab609c..ffcf165 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -21357,7 +21357,7 @@ example graph.
 @cindex virtual machine
 To run GuixSD in a virtual machine (VM), one can either use the
 pre-built GuixSD VM image distributed at
-@indicateurl{ftp://alpha.gnu.org/guix/guixsd-vm-image-@value{VERSION}.@var{system}.tar.xz}
+@indicateurl{ftp://alpha.gnu.org/gnu/guix/guixsd-vm-image-@value{VERSION}.@var{system}.xz}
 , or build their own virtual machine image using @command{guix system
 vm-image} (@pxref{Invoking guix system}).  The returned image is in
 qcow2 format, which the @uref{http://qemu.org/, QEMU emulator} can

Reply via email to