From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcXSS-0001SN-5e for guix-patches@gnu.org; Mon, 09 Jul 2018 10:48:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcXSP-00071w-1J for guix-patches@gnu.org; Mon, 09 Jul 2018 10:48:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44679) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcXSO-00071s-Tc for guix-patches@gnu.org; Mon, 09 Jul 2018 10:48:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fcXSM-00087f-RA for guix-patches@gnu.org; Mon, 09 Jul 2018 10:48:02 -0400 Subject: bug#32091: [PATCH] Fix FTP link in documentation. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180708043428.29408-1-eu@euandre.org> Date: Mon, 09 Jul 2018 16:46:59 +0200 In-Reply-To: <20180708043428.29408-1-eu@euandre.org> (EuAndreh's message of "Sun, 8 Jul 2018 01:34:28 -0300") Message-ID: <87va9ofov0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: EuAndreh Cc: 32091-done@debbugs.gnu.org Hello, EuAndreh skribis: > 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. Applied, thanks! Ludo'.