guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Fix cross-reference URL to translated manual


From: guix-commits
Subject: branch master updated: doc: Fix cross-reference URL to translated manual.
Date: Sat, 24 Apr 2021 10:46:40 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1ebd086  doc: Fix cross-reference URL to translated manual.
1ebd086 is described below

commit 1ebd086286c3825cfae31e75f8394986f1a18736
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 24 14:58:12 2021 +0200

    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 960f0f0..c158945 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/



reply via email to

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