diff options
Diffstat (limited to 'website/www')
-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 " |