guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: website: help: Refer to the posts under news/.


From: Ludovic Courtès
Subject: 01/02: website: help: Refer to the posts under news/.
Date: Sun, 30 Oct 2016 23:30:06 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix-artwork.

commit c217dc840305307046af5826024f4b1fb535a269
Author: Ludovic Courtès <address@hidden>
Date:   Sun Oct 30 23:55:06 2016 +0100

    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(-)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]