summaryrefslogtreecommitdiff
path: root/website/posts/gnu-guix-0.7-released.sxml
diff options
context:
space:
mode:
Diffstat (limited to 'website/posts/gnu-guix-0.7-released.sxml')
-rw-r--r--website/posts/gnu-guix-0.7-released.sxml8
1 files changed, 4 insertions, 4 deletions
diff --git a/website/posts/gnu-guix-0.7-released.sxml b/website/posts/gnu-guix-0.7-released.sxml
index 5d3e960..f3f94e3 100644
--- a/website/posts/gnu-guix-0.7-released.sxml
+++ b/website/posts/gnu-guix-0.7-released.sxml
@@ -13,18 +13,18 @@
(p "Noteworthy features for the release are:"
(br))
(ul (li "The GNU operating system can now be "
- (a (@ (href "http://www.gnu.org/software/guix/manual/html_node/System-Installation.html"))
+ (a (@ (href "http://www.gnu.org/software/guix/manual/en/html_node/System-Installation.html"))
"installed")
". Try it out!\n")
(li "To make it possible the "
- (a (@ (href "http://www.gnu.org/software/guix/manual/html_node/Invoking-guix-system"))
+ (a (@ (href "http://www.gnu.org/software/guix/manual/en/html_node/Invoking-guix-system"))
"guix system")
" command has been augmented with new options, and support for 'operating-system' "
- (a (@ (href "http://www.gnu.org/software/guix/manual/html_node/Using-the-Configuration-System.html"))
+ (a (@ (href "http://www.gnu.org/software/guix/manual/en/html_node/Using-the-Configuration-System.html"))
"declarations")
" has been vastly improved.\n")
(li "Programming has been simplified with the introduction of "
- (a (@ (href "http://www.gnu.org/software/guix/manual/html_node/G_002dExpressions.html"))
+ (a (@ (href "http://www.gnu.org/software/guix/manual/en/html_node/G_002dExpressions.html"))
"\"G-expressions\"")
", which capture dependencies used by build-side expressions.\n")
(li "More than 130 "