diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-10-30 23:55:06 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-10-30 23:55:06 +0100 |
commit | c217dc840305307046af5826024f4b1fb535a269 (patch) | |
tree | 961891f19fa79fbc5ff63f62c7c12a7108b90091 /website | |
parent | 2868212bb4fb233212d2f68bc13bd1fdb5b7eaaf (diff) | |
download | guix-artwork-c217dc840305307046af5826024f4b1fb535a269.tar guix-artwork-c217dc840305307046af5826024f4b1fb535a269.tar.gz |
website: help: Refer to the posts under news/.
* website/www/help.scm (help-page): Replace Savannah post URLs with URLs
under news/.
Diffstat (limited to 'website')
-rw-r--r-- | website/www/help.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/website/www/help.scm b/website/www/help.scm index ef716a3..14fd001 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -155,31 +155,30 @@ about the Nix package manager, which " ;; For posts other than announcements, things that complement ;; the manual. (ul (li (a (@ (href - "https://savannah.gnu.org/forum/forum.php?forum_id=8605")) + ,(base-url "news/guixsd-system-tests.html"))) (i "GuixSD system tests")) ", June 2016") (li (a (@ (href - "https://savannah.gnu.org/forum/forum.php?forum_id=8491")) + ,(base-url "news/gnome-in-guixsd.html"))) (i "GNOME in GuixSD")) ", March 2016") (li (a (@ (href - "https://savannah.gnu.org/forum/forum.php?forum_id=8470")) + ,(base-url "news/timely-delivery-of-security-updates.html"))) (i "Timely delivery of security updates")) ", March 2016") (li (a (@ (href - "https://savannah.gnu.org/forum/forum.php?forum_id=8412")) + ,(base-url "news/service-composition-in-guixsd.html"))) (i "Service composition in GuixSD")) ", November 2015") (li (a (@ (href - "https://savannah.gnu.org/forum/forum.php?forum_id=8407")) + ,(base-url "news/reproducible-builds-a-means-to-an-end.html"))) (i "Reproducible builds: a means to an end")) ", November 2015") (li (a (@ (href - "https://savannah.gnu.org/forum/forum.php?forum_id=8386")) + ,(base-url "news/container-provisioning-with-guix.html"))) (i "Container provisioning with Guix")) ", October 2015") - (li (a (@ (href - "https://savannah.gnu.org/news/?group=guix")) + (li (a (@ (href ,(base-url "news"))) "more posts"))) (h2 (@ (id "talks")) "Talks") |