summaryrefslogtreecommitdiff
path: root/website/posts/reproducible-builds-a-means-to-an-end.sxml
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-10-31 00:24:45 +0100
committerLudovic Courtès <ludo@gnu.org>2016-10-31 00:24:45 +0100
commit1a99793540a07bb78b75f2f28cf79bd77ecc7ee8 (patch)
treecfe14d65b2098a718c1a123f0646046ba4e59a6d /website/posts/reproducible-builds-a-means-to-an-end.sxml
parentc217dc840305307046af5826024f4b1fb535a269 (diff)
downloadguix-artwork-1a99793540a07bb78b75f2f28cf79bd77ecc7ee8.tar
guix-artwork-1a99793540a07bb78b75f2f28cf79bd77ecc7ee8.tar.gz
website: posts: Replace Savannah links with /news links.
* posts/*.sxml: Update news links.
Diffstat (limited to 'website/posts/reproducible-builds-a-means-to-an-end.sxml')
-rw-r--r--website/posts/reproducible-builds-a-means-to-an-end.sxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/posts/reproducible-builds-a-means-to-an-end.sxml b/website/posts/reproducible-builds-a-means-to-an-end.sxml
index 4cee33b..fd15399 100644
--- a/website/posts/reproducible-builds-a-means-to-an-end.sxml
+++ b/website/posts/reproducible-builds-a-means-to-an-end.sxml
@@ -68,14 +68,14 @@
(a (@ (href "http://www.gnu.org/software/guix/manual/html_node/Invoking-guix-publish.html"))
"guix publish")
" command is a simple way to serve signed binaries over HTTP. A fully peer-to-peer approach based on GNUnet was tackled as part of "
- (a (@ (href "https://savannah.gnu.org/forum/forum.php?forum_id=8318"))
+ (a (@ (href "/software/guix/news/gsoc-update.html"))
"GSoC 2015")
"; the code needs more work before it can be integrated into Guix, but the approach is promising."
(br))
(p "Last but not least, users must be able to challenge binary providers "
(em "by themselves")
". The ability to verify binaries should not be the privilege of power developers. To address that, the "
- (a (@ (href "https://savannah.gnu.org/forum/forum.php?forum_id=8398"))
+ (a (@ (href "/software/guix/news/gnu-guix-090-released.html"))
"just-released")
" 0.9.0 version of GNU Guix provides a new command called "
(a (@ (href "http://www.gnu.org/software/guix/manual/html_node/Invoking-guix-challenge.html"))