From 3dba08a2ab91a74d534a63c2e04186c9bd73a524 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 29 Mar 2016 14:22:31 +0200 Subject: website: help: "Additional Documentation" → "Papers". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * website/www/help.scm (help-page): Change "Additional Documentation" to "Papers". --- website/www/help.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'website') 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 " -- cgit v1.2.3