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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0f8d5a4760 doc: Use devel url on master.
0f8d5a4760 is described below

commit 0f8d5a4760bb4a4d056113e4fd861938b15bd171
Author: Rutherther <[email protected]>
AuthorDate: Thu Jan 22 13:42:47 2026 +0100

    doc: Use devel url on master.
    
    To prevent redirection to the versioned maual, use devel on master branch.
    
    * doc/htmlxref.cnf: Point GUIX to devel manual.
    
    Change-Id: I6b2bf3b78ca5815ff49e6ebe50bc12383e64a7fd
---
 doc/htmlxref.cnf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf
index 48802be8ee..f44b7c4f85 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=2026-01-19.08; # UTC
+htmlxrefversion=2026-01-22.12; # 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/1.5.0
+GUIX = ${GUIX_ROOT}/manual/devel
  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