From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCq07-0005A7-Hf for guix-patches@gnu.org; Mon, 22 May 2017 12:16:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCq02-0001Fe-Ht for guix-patches@gnu.org; Mon, 22 May 2017 12:16:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58671) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dCq02-0001FU-Eg for guix-patches@gnu.org; Mon, 22 May 2017 12:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dCq02-0008N9-3g for guix-patches@gnu.org; Mon, 22 May 2017 12:16:02 -0400 Subject: bug#27019: [PATCH] doc: htmlxref: Fix link to Emacs-Guix manual. Resent-Message-ID: From: Alex Kost References: <87inkssyvn.fsf@gmail.com> Date: Mon, 22 May 2017 19:15:02 +0300 In-Reply-To: <87inkssyvn.fsf@gmail.com> (Alex Kost's message of "Mon, 22 May 2017 18:19:08 +0300") Message-ID: <87efvgswah.fsf@gmail.com> 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: 27019@debbugs.gnu.org Alex Kost (2017-05-22 18:19 +0300) wrote: > Ludovic noticed that the link to Emacs-Guix manual on this page: > > https://www.gnu.org/software/guix/manual/html_node/Package-Management.html > > points to 404. which is: https://alezost.github.io/guix.el/manual/latest/html_node/index.html/index.html while it should be: https://alezost.github.io/guix.el/manual/latest/html_node/index.html Unfortunately, I can't make a redirect page, i.e. I can't make "index.html/index.html" file because "index.html" file already exists. I don't know if github-pages provides another way to do that, so I'm afraid that link will stay broken until the next update of the online Guix manual. -- Alex