diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-17 11:49:31 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-17 11:49:31 +0100 |
commit | f7b6cd7501d3588ce4e400efddc6ae2dd4ae5ce6 (patch) | |
tree | e0a2317048c341942dea8770ba3f3afb73f901b3 | |
parent | f02faf5b81b5e6768c1de8d8a37bcae75c35ccd1 (diff) | |
download | guix-artwork-f7b6cd7501d3588ce4e400efddc6ae2dd4ae5ce6.tar guix-artwork-f7b6cd7501d3588ce4e400efddc6ae2dd4ae5ce6.tar.gz |
website: donate: Fix news URL.
* website/www/donate.scm (donate-page): Fix news URL.
-rw-r--r-- | website/www/donate.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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") |