diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-08 17:15:02 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-08 17:15:34 +0100 |
commit | f87e09266e67368fa35b68dbc9d04201cc7a8bc2 (patch) | |
tree | 25a2b4639d0d88f046ab569228ee2ef2f888e98c | |
parent | c7bbc05916b5b2cc77b31dce06d17cab4579df34 (diff) | |
download | guix-artwork-f87e09266e67368fa35b68dbc9d04201cc7a8bc2.tar guix-artwork-f87e09266e67368fa35b68dbc9d04201cc7a8bc2.tar.gz |
website: Link to the GNU FSDG.
* website/www.scm (main-page): Link to the GNU FSDG web page.
-rw-r--r-- | website/www.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/www.scm b/website/www.scm index 5efc888..73c5436 100644 --- a/website/www.scm +++ b/website/www.scm @@ -164,7 +164,8 @@ character." (class "hlink-yellow")) "GNU Project ") "—which respects the " - (a (@ (href ,(gnu-url "philosophy/free-sw.html")) + (a (@ (href ,(gnu-url + "distros/free-system-distribution-guidelines.html")) (class "hlink-yellow")) "freedom of computer users") ". ") |