Le Fri, 23 Apr 2021 12:55:40 -0400,
Julien Lepiller <jul...@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.cour...@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).
>From ca1464d42561393095d16744acc2cb209e1d9965 Mon Sep 17 00:00:00 2001
From: Julien Lepiller <jul...@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

Reply via email to