[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: help: Fix cookbook link.
From: |
Florian Pelz |
Subject: |
01/01: website: help: Fix cookbook link. |
Date: |
Thu, 31 Oct 2019 14:35:10 -0400 (EDT) |
pelzflorian pushed a commit to branch wip-i18n
in repository guix-artwork.
commit 086a683a8ff3ca548754aa89ee810a6495e9feae
Author: Florian Pelz <address@hidden>
Date: Thu Oct 31 18:33:08 2019 +0000
website: help: Fix cookbook link.
* website/apps/base/templates/help.scm (help-t):
Do not localize cookbook link.
---
website/apps/base/templates/help.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/apps/base/templates/help.scm
b/website/apps/base/templates/help.scm
index 8c10e28..6e6e282 100644
--- a/website/apps/base/templates/help.scm
+++ b/website/apps/base/templates/help.scm
@@ -96,7 +96,7 @@ system|GNU Hurd|GNU Guix package manager|Help resources") #\|)
(p
,(link-more
#:label (G_ "Browse the recipes")
- #:url (guix-url "cookbook/"))))
+ #:url (guix-url "cookbook/" #:localize #f))))
(div