[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: help: Fix URL of OpenBio slides.
From: |
Ludovic Courtès |
Subject: |
01/01: website: help: Fix URL of OpenBio slides. |
Date: |
Wed, 27 May 2015 16:14:38 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit e0d2375f2e826f1893d7d348649d4cd30733b16e
Author: Ludovic Courtès <address@hidden>
Date: Wed May 27 18:13:42 2015 +0200
website: help: Fix URL of OpenBio slides.
* website/www/help.scm (help-page): Fix URL of OpenBio slides.
---
website/www/help.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/website/www/help.scm b/website/www/help.scm
index f362a4a..07dbf0c 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -157,7 +157,7 @@ implementation of Guix's packaging API. \t "))
(a (@ (href
"https://www.open-bio.org/wiki/Codefest_2014"))
"Open Bioinformatics Codefest 2014")
": "
- (a (@ (href "guix-openbio-codefest-20140709.pdf"))
+ (a (@ (href ,(slides-url
"guix-openbio-codefest-20140709.pdf")))
"slides"))
(li "February 2014, "
(a (@ (href
"https://fosdem.org/2014/schedule/event/gnuguix/"))