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

guix_mirror_bot pushed a commit to branch version-1.5.0
in repository guix.

The following commit(s) were added to refs/heads/version-1.5.0 by this push:
     new 519524f996 doc: Use versioned URL for references to translated Guix 
manuals.
519524f996 is described below

commit 519524f996342af994eafba1210b725fcf93a977
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Jan 19 09:59:14 2026 +0100

    doc: Use versioned URL for references to translated Guix manuals.
    
    Partly addresses guix/guix#5725.
    
    * doc/htmlxref.cnf (GUIX): Add /1.5.0.
    
    Change-Id: I49ef15c00ca45b83a48ba0d1366b79a108e1e1a8
    Signed-off-by: Rutherther <[email protected]>
    Merges: #5754
---
 doc/htmlxref.cnf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf
index 77dac488b0..48802be8ee 100644
--- a/doc/htmlxref.cnf
+++ b/doc/htmlxref.cnf
@@ -2,7 +2,7 @@
 # Modified by Ludovic Courtès <[email protected]> for the GNU Guix manual.
 # Further modified by Tomas Volf <[email protected]>.
 
-htmlxrefversion=2025-11-29.21; # UTC
+htmlxrefversion=2026-01-19.08; # UTC
 
 # Copyright 2010-2020, 2022 Free Software Foundation, Inc.
 #
@@ -416,7 +416,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}/manual
+GUIX = ${GUIX_ROOT}/manual/1.5.0
  guix.de       mono    ${GUIX}/de/guix.de.html
  guix.de       node    ${GUIX}/de/html_node/
  guix.es       mono    ${GUIX}/es/guix.es.html

Reply via email to