diff options
author | EuAndreh <eu@euandre.org> | 2018-07-08 01:34:28 -0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-09 16:49:16 +0200 |
commit | cf0d926202e4f099520bf75adabd66f0886383f2 (patch) | |
tree | 50beecabfe2f33aafc798145670aea7fa0e204de /doc | |
parent | 9c2427abe7ffb23813802501941bea6b01c81dd3 (diff) | |
download | patches-cf0d926202e4f099520bf75adabd66f0886383f2.tar patches-cf0d926202e4f099520bf75adabd66f0886383f2.tar.gz |
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 <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5ab609c730..ffcf1651c8 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 |