diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-27 18:13:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-27 18:13:42 +0200 |
commit | e0d2375f2e826f1893d7d348649d4cd30733b16e (patch) | |
tree | 7903e0763a69d9350915680bdedd57c1ada0ccec | |
parent | 0b36ba3fdd5433c7e5dd940c5f53dd886afdbf0f (diff) | |
download | guix-artwork-e0d2375f2e826f1893d7d348649d4cd30733b16e.tar guix-artwork-e0d2375f2e826f1893d7d348649d4cd30733b16e.tar.gz |
website: help: Fix URL of OpenBio slides.
* website/www/help.scm (help-page): Fix URL of OpenBio slides.
-rw-r--r-- | 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/")) |