From c217dc840305307046af5826024f4b1fb535a269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 30 Oct 2016 23:55:06 +0100 Subject: website: help: Refer to the posts under news/. * website/www/help.scm (help-page): Replace Savannah post URLs with URLs under news/. --- website/www/help.scm | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'website') 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") -- cgit v1.2.3