From f7b6cd7501d3588ce4e400efddc6ae2dd4ae5ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 17 Nov 2016 11:49:31 +0100 Subject: website: donate: Fix news URL. * website/www/donate.scm (donate-page): Fix news URL. --- website/www/donate.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/www/donate.scm b/website/www/donate.scm index 626eb7d..f10287e 100644 --- a/website/www/donate.scm +++ b/website/www/donate.scm @@ -89,7 +89,8 @@ reality.") (tr (td "bayfront.guixsd.org") (td "new build farm front-end (WIP)") (td (ul (li (a (@ (href - "news/growing-our-build-farm.html")) + ,(base-url + "news/growing-our-nbuild-farm.html"))) "Igalia"))))) (tr (td "hydra.gnunet.org") (td "x86_64-linux, i686-linux") -- cgit v1.2.3