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/htmlxref.cnf | |
| parent | 6048c05592e0aabb55bcd081100f9d75b7736890 (diff) | |
doc: Fix Guix manual URLs in 'htmlxref.cnf'.
Fixes a regression introduced in
868da34d54365023223a4ff7520043ba55ad64e8.
* doc/htmlxref.cnf (GUIX): Remove "/guix".
Diffstat (limited to 'doc/htmlxref.cnf')
| -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 ca99df81bbe..21efbe2ddc1 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # htmlxref.cnf - reference file for free Texinfo manuals on the web. | 1 | # htmlxref.cnf - reference file for free Texinfo manuals on the web. |
| 2 | # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. | 2 | # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. |
| 3 | 3 | ||
| 4 | htmlxrefversion=2022-06-16.15; # UTC | 4 | htmlxrefversion=2022-08-04.13; # UTC |
| 5 | 5 | ||
| 6 | # Copyright 2010-2020, 2022 Free Software Foundation, Inc. | 6 | # Copyright 2010-2020, 2022 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| @@ -413,7 +413,7 @@ guile-rpc mono ${GS}/guile-rpc/manual/guile-rpc.html | |||
| 413 | guile-rpc node ${GS}/guile-rpc/manual/html_node/ | 413 | guile-rpc node ${GS}/guile-rpc/manual/html_node/ |
| 414 | 414 | ||
| 415 | GUIX_ROOT = https://guix.gnu.org | 415 | GUIX_ROOT = https://guix.gnu.org |
| 416 | GUIX = ${GUIX_ROOT}/guix/manual | 416 | GUIX = ${GUIX_ROOT}/manual |
| 417 | guix.de mono ${GUIX}/de/guix.de.html | 417 | guix.de mono ${GUIX}/de/guix.de.html |
| 418 | guix.de node ${GUIX}/de/html_node/ | 418 | guix.de node ${GUIX}/de/html_node/ |
| 419 | guix.es mono ${GUIX}/es/guix.es.html | 419 | guix.es mono ${GUIX}/es/guix.es.html |
