emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54424: closed (Broken links in cookbook)


From: GNU bug Tracking System
Subject: bug#54424: closed (Broken links in cookbook)
Date: Fri, 08 Apr 2022 18:21:02 +0000

Your message dated Fri, 08 Apr 2022 20:20:17 +0200
with message-id <87a6cvbfoe.fsf@gnu.org>
and subject line Re: bug#54424: Broken links in cookbook
has caused the debbugs.gnu.org bug report #54424,
regarding Broken links in cookbook
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54424: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54424
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Broken links in cookbook Date: Wed, 16 Mar 2022 11:24:52 -0400
1) I noticed that the following link (diff below) to "Package Reference" looks to have changed to lowercase "package Reference" but not updated (there is a working link closely following). Then I scanned the page and found additional broken links:

2) The link at the end of "Go ahead, run guix install sicp and start reading with info sicp (see Structure and Interpretation of Computer Programs)" is an internal reference but does not appear in the cookbook?

3) The language links (I see "This manual is also available in French (see Livre de recettes de GNU Guix) and German (see GNU-Guix-Kochbuch)" from English) are broken and need the digraph to precede the ".html" path suffix (but not for 'en'!).

Greg

diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index d2ce525998..2caad5c3bb 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -900,7 +900,7 @@ Installed in the store and in the profile, as well as
 being present at build time.
 @end table
 
-@xref{Package Reference,,, guix, GNU Guix Reference Manual} for more details.
+@xref{package Reference,,, guix, GNU Guix Reference Manual} for more details.
 
 The distinction between the various inputs is important: if a dependency can be
 handled as an @emph{input} instead of a @emph{propagated input}, it should be done so, or

--- End Message ---
--- Begin Message --- Subject: Re: bug#54424: Broken links in cookbook Date: Fri, 08 Apr 2022 20:20:17 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Greg Hogan <code@greghogan.com> skribis:

> 1) I noticed that the following link (diff below) to "Package Reference"
> looks to have changed to lowercase "package Reference" but not updated
> (there is a working link closely following). Then I scanned the page and
> found additional broken links:
>
> 2) The link at the end of "Go ahead, run guix install sicp and start
> reading with info sicp (see Structure and Interpretation of Computer
> Programs)" is an internal reference but does not appear in the cookbook?
>
> 3) The language links (I see "This manual is also available in French (see
> Livre de recettes de GNU Guix) and German (see GNU-Guix-Kochbuch)" from
> English) are broken and need the digraph to precede the ".html" path suffix
> (but not for 'en'!).

Fixed with these three commits:

  868da34d54 doc: Fix cookbook URLs in htmlxref.cnf.
  6e747c3d50 doc: cookbook: Fix cross-reference to SICP.
  63a11f92d1 doc: cookbook: Fix cross-reference to the manual.

It should propagate to the on-line copy within an hour.

Note that SICP doesn’t have a Texinfo-compatible set of HTML pages
on-line, so that links will unfortunately remain broken.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]