diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-29 14:22:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-29 14:22:31 +0200 |
commit | 3dba08a2ab91a74d534a63c2e04186c9bd73a524 (patch) | |
tree | ae68423abda03c20065542a23c1e444793ad78ec /website | |
parent | 025ab15ee3166c5862e06bee647ac129526ba2b9 (diff) | |
download | guix-artwork-3dba08a2ab91a74d534a63c2e04186c9bd73a524.tar guix-artwork-3dba08a2ab91a74d534a63c2e04186c9bd73a524.tar.gz |
website: help: "Additional Documentation" → "Papers".
* website/www/help.scm (help-page): Change "Additional Documentation" to
"Papers".
Diffstat (limited to 'website')
-rw-r--r-- | website/www/help.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/www/help.scm b/website/www/help.scm index 7146c62..39debfd 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -122,7 +122,8 @@ Distribution. Messages sent to this list populate the " (class "hlink-more-dark")) "Check all the lists"))) - (h2 "Additional Documentation") + (h2 (@ (id "papers")) "Papers") + (ul (li (a (@ (href "https://arxiv.org/abs/1305.4584")) (i "Functional Package Management with Guix")) ", presented at the " |