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

commit 3bf155b888d2f38faf478477c0fc20243ea42715
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Jul 9 14:26:09 2025 +0200

    doc: Fix URL of ‘language-picker.svg’.
    
    Fixes a regression introduced in
    824d46a2fee18111a2a80f7805404a1ea58134c7.
    
    * doc/build.scm (stylized-html)[build]: Avoid double leading slash for
    ‘language-picker.svg’.
    
    Change-Id: I0817949862f061dbbe04352bda1e479347015c84
---
 doc/build.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/build.scm b/doc/build.scm
index 1fa5270771..ac14316e3c 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -908,9 +908,9 @@ in SOURCE."
                                   (menu-dropdown
                                    #:label
                                    `(img (@ (alt "Language")
-                                            (src #$(string-append
+                                            (src #$(in-vicinity
                                                     %web-site-url
-                                                    
"/themes/initial/img/language-picker.svg"))))
+                                                    
"themes/initial/img/language-picker.svg"))))
                                    #:items
                                    (language-menu-items file)))
                             #:split-node? split-node?)

Reply via email to