From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#22543: 404 in Manualpage Date: Sun, 14 Feb 2016 14:15:13 +0300 Message-ID: <87wpq75yri.fsf@gmail.com> References: <87powdkj2n.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUues-0001GM-2Q for bug-guix@gnu.org; Sun, 14 Feb 2016 06:16:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUueo-0001rp-1A for bug-guix@gnu.org; Sun, 14 Feb 2016 06:16:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUuen-0001qv-Td for bug-guix@gnu.org; Sun, 14 Feb 2016 06:16:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aUuen-0008AG-J5 for bug-guix@gnu.org; Sun, 14 Feb 2016 06:16:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87powdkj2n.fsf@grrlz.net> (Nils Gillmann's message of "Wed, 03 Feb 2016 14:41:04 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nils Gillmann Cc: 22543@debbugs.gnu.org Nils Gillmann (2016-02-03 16:41 +0300) wrote: > The manual page > https://www.gnu.org/software/guix/manual/html_node/Requirements.html#Requ= irements > > contains a link to > > https://www.gnu.org/software/guix/manual/gnutls-guile/Guile-Preparations.= html#Guile-Preparations > > which give a 404. I am not familiar with what's supposed to be there, a > quick search for "gnutls-guile/Guile-Preparations.html" in duckduckgo giv= es me > http://www.gnutls.org/manual/gnutls-guile/Guile-Preparations.html as one > of 2 results. > > Should I fix the link to this one and send in a patch? I don't think you can send a patch for this. According to : (This page generated by the gendocs.sh=C2=B9 script.) This "gendocs.sh" uses "texi2html" to convert our texinfo documentation (see "doc/guix.texi" in the guix git repo) to the html page. In "guix.texi" the link you are talking about is a usual link to the "gnutls-guile" manual. I didn't look at "texi2html" but I believe by default it just assumes that all the manuals are placed at "www.gnu.org/software//manual/", so for "external" manuals the generated links are false. For example, there are also wrong links to Geiser and Magit-Popup manuals. So I think it's a general thing for all generated manuals that are placed on "gnu.org". =C2=B9 http://git.savannah.gnu.org/cgit/gnulib.git/plain/build-aux/gendocs.= sh --=20 Alex