diff options
Diffstat (limited to 'doc/build.scm')
-rw-r--r-- | doc/build.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build.scm b/doc/build.scm index 3de383ef4c..d38e41cbf7 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -731,8 +731,8 @@ in SOURCE." (list (menu-item "⊕" (if (string=? #$manual "guix-cookbook") - "https://translate.fedoraproject.org/projects/guix/documentation-cookbook/" - "https://translate.fedoraproject.org/projects/guix/documentation-manual/"))))) + "https://translate.codeberg.org/projects/guix/documentation-cookbook/" + "https://translate.codeberg.org/projects/guix/documentation-manual/"))))) (define (version-menu-items language split-node?) ;; Return the menu items to select the version of the manual of |