unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#47973: Links from the cookbook to the manual are broken
@ 2021-04-23 16:06 Ludovic Courtès
  2021-04-23 16:55 ` Julien Lepiller
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2021-04-23 16:06 UTC (permalink / raw)
  To: 47973

Hello!

In
<https://guix.gnu.org/cookbook/fr/guix-cookbook.fr.html#Un-paquet-_00ab-hello-world-_00bb>,
“Systèmes de construction” (“Build Systems”) links to
<https://guix.gnu.org/manual/fr/guix.html#Syst_00e8mes-de-construction>,
which is 404 : it should be “guix.fr.html”, not “guix.html”.

Ludo’.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#47973: Links from the cookbook to the manual are broken
  2021-04-23 16:06 bug#47973: Links from the cookbook to the manual are broken Ludovic Courtès
@ 2021-04-23 16:55 ` Julien Lepiller
  2021-04-24 12:59   ` Julien Lepiller
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Lepiller @ 2021-04-23 16:55 UTC (permalink / raw)
  To: Ludovic Courtès, 47973

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

Indeed, but the translation already references guix.fr. What can I do?

Le 23 avril 2021 12:06:04 GMT-04:00, "Ludovic Courtès" <ludovic.courtes@inria.fr> a écrit :
>Hello!
>
>In
><https://guix.gnu.org/cookbook/fr/guix-cookbook.fr.html#Un-paquet-_00ab-hello-world-_00bb>,
>“Systèmes de construction” (“Build Systems”) links to
><https://guix.gnu.org/manual/fr/guix.html#Syst_00e8mes-de-construction>,
>which is 404 : it should be “guix.fr.html”, not “guix.html”.
>
>Ludo’.

[-- Attachment #2: Type: text/html, Size: 978 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#47973: Links from the cookbook to the manual are broken
  2021-04-23 16:55 ` Julien Lepiller
@ 2021-04-24 12:59   ` Julien Lepiller
  2021-04-24 14:08     ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Lepiller @ 2021-04-24 12:59 UTC (permalink / raw)
  To: Ludovic Courtès, 47973

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

Le Fri, 23 Apr 2021 12:55:40 -0400,
Julien Lepiller <julien@lepiller.eu> a écrit :

> Indeed, but the translation already references guix.fr. What can I do?
> 
> Le 23 avril 2021 12:06:04 GMT-04:00, "Ludovic Courtès"
> <ludovic.courtes@inria.fr> a écrit :
> >Hello!
> >
> >In
> ><https://guix.gnu.org/cookbook/fr/guix-cookbook.fr.html#Un-paquet-_00ab-hello-world-_00bb>,
> >“Systèmes de construction” (“Build Systems”) links to
> ><https://guix.gnu.org/manual/fr/guix.html#Syst_00e8mes-de-construction>,
> >which is 404 : it should be “guix.fr.html”, not “guix.html”.
> >
> >Ludo’.  

Here's a patch to fix that (I think).

[-- Attachment #2: 0001-doc-Fix-cross-reference-URL-to-translated-manual.patch --]
[-- Type: text/x-patch, Size: 1489 bytes --]

From ca1464d42561393095d16744acc2cb209e1d9965 Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
Date: Sat, 24 Apr 2021 14:58:12 +0200
Subject: [PATCH] doc: Fix cross-reference URL to translated manual.

* doc/htmlxref.cnf: Fix translated manual URL.
---
 doc/htmlxref.cnf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf
index 960f0f08fe..c1589453ed 100644
--- a/doc/htmlxref.cnf
+++ b/doc/htmlxref.cnf
@@ -397,15 +397,15 @@ guile-gtk	node	${GS}/guile-gtk/docs/guile-gtk/
 guile-rpc	mono	${GS}/guile-rpc/manual/guile-rpc.html
 guile-rpc	node	${GS}/guile-rpc/manual/html_node/
 
-guix.de		mono	${GS}/guix/manual/de/guix.html
+guix.de		mono	${GS}/guix/manual/de/guix.de.html
 guix.de		node	${GS}/guix/manual/de/html_node/
-guix.es		mono	${GS}/guix/manual/es/guix.html
+guix.es		mono	${GS}/guix/manual/es/guix.es.html
 guix.es		node	${GS}/guix/manual/es/html_node/
-guix.fr		mono	${GS}/guix/manual/fr/guix.html
+guix.fr		mono	${GS}/guix/manual/fr/guix.fr.html
 guix.fr		node	${GS}/guix/manual/fr/html_node/
-guix.ru		mono	${GS}/guix/manual/ru/guix.html
+guix.ru		mono	${GS}/guix/manual/ru/guix.ru.html
 guix.ru		node	${GS}/guix/manual/ru/html_node/
-guix.zh_CN	mono	${GS}/guix/manual/zh-cn/guix.html
+guix.zh_CN	mono	${GS}/guix/manual/zh-cn/guix.zh_CN.html
 guix.zh_CN	node	${GS}/guix/manual/zh-cn/html_node/
 guix		mono	${GS}/guix/manual/en/guix.html
 guix		node	${GS}/guix/manual/en/html_node/
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#47973: Links from the cookbook to the manual are broken
  2021-04-24 12:59   ` Julien Lepiller
@ 2021-04-24 14:08     ` Ludovic Courtès
  2021-04-24 14:47       ` Julien Lepiller
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2021-04-24 14:08 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 47973

Hi,

Julien Lepiller <julien@lepiller.eu> skribis:

>>From ca1464d42561393095d16744acc2cb209e1d9965 Mon Sep 17 00:00:00 2001
> From: Julien Lepiller <julien@lepiller.eu>
> Date: Sat, 24 Apr 2021 14:58:12 +0200
> Subject: [PATCH] doc: Fix cross-reference URL to translated manual.
>
> * doc/htmlxref.cnf: Fix translated manual URL.

Good catch, go for it!

Ludo’.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#47973: Links from the cookbook to the manual are broken
  2021-04-24 14:08     ` Ludovic Courtès
@ 2021-04-24 14:47       ` Julien Lepiller
  0 siblings, 0 replies; 5+ messages in thread
From: Julien Lepiller @ 2021-04-24 14:47 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 47973-done

Le Sat, 24 Apr 2021 16:08:07 +0200,
Ludovic Courtès <ludo@gnu.org> a écrit :

> Hi,
> 
> Julien Lepiller <julien@lepiller.eu> skribis:
> 
> >>From ca1464d42561393095d16744acc2cb209e1d9965 Mon Sep 17 00:00:00
> >>2001  
> > From: Julien Lepiller <julien@lepiller.eu>
> > Date: Sat, 24 Apr 2021 14:58:12 +0200
> > Subject: [PATCH] doc: Fix cross-reference URL to translated manual.
> >
> > * doc/htmlxref.cnf: Fix translated manual URL.  
> 
> Good catch, go for it!
> 
> Ludo’.

Pushed as 1ebd086286c3825cfae31e75f8394986f1a18736, thanks!




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-24 14:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 16:06 bug#47973: Links from the cookbook to the manual are broken Ludovic Courtès
2021-04-23 16:55 ` Julien Lepiller
2021-04-24 12:59   ` Julien Lepiller
2021-04-24 14:08     ` Ludovic Courtès
2021-04-24 14:47       ` Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).