diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-08-04 15:15:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-08-05 00:14:29 +0200 |
commit | f9a267c6d266355b48bd12288f4414eaf4db8b33 (patch) | |
tree | eeb39ef0259f9b628ed03a5c3eefd41ab66d7979 /doc | |
parent | 6048c05592e0aabb55bcd081100f9d75b7736890 (diff) | |
download | guix-f9a267c6d266355b48bd12288f4414eaf4db8b33.tar.gz |
doc: Fix Guix manual URLs in 'htmlxref.cnf'.
Fixes a regression introduced in 868da34d54365023223a4ff7520043ba55ad64e8. * doc/htmlxref.cnf (GUIX): Remove "/guix".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/htmlxref.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index ca99df81bb..21efbe2ddc 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -1,7 +1,7 @@ # htmlxref.cnf - reference file for free Texinfo manuals on the web. # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. -htmlxrefversion=2022-06-16.15; # UTC +htmlxrefversion=2022-08-04.13; # UTC # Copyright 2010-2020, 2022 Free Software Foundation, Inc. # @@ -413,7 +413,7 @@ guile-rpc mono ${GS}/guile-rpc/manual/guile-rpc.html guile-rpc node ${GS}/guile-rpc/manual/html_node/ GUIX_ROOT = https://guix.gnu.org -GUIX = ${GUIX_ROOT}/guix/manual +GUIX = ${GUIX_ROOT}/manual guix.de mono ${GUIX}/de/guix.de.html guix.de node ${GUIX}/de/html_node/ guix.es mono ${GUIX}/es/guix.es.html |