[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: main: Use non-local links for the manual.
From: |
Mathieu Lirzin |
Subject: |
01/01: website: main: Use non-local links for the manual. |
Date: |
Sun, 24 May 2015 14:13:03 +0000 |
mthl pushed a commit to branch master
in repository guix-artwork.
commit 15371b8115dd8d7354be3304b46b41b93c162065
Author: Mathieu Lirzin <address@hidden>
Date: Sun May 24 15:41:32 2015 +0200
website: main: Use non-local links for the manual.
* website/www.scm (main-page): Fix links to the manual.
---
website/www.scm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/www.scm b/website/www.scm
index 5cb0f7f..c1777c8 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -150,7 +150,7 @@ character."
" package manager, in addition to standard
package management features, supports transactional upgrades and roll-backs,
unprivileged package management, per-user profiles, "
- (a (@ (href ,(base-url
+ (a (@ (href ,(guix-url
"manual/html_node/Features.html"))
(class "hlink-yellow"))
"and more") ".")
@@ -161,12 +161,12 @@ unprivileged package management, per-user profiles, "
"Guile Scheme")
" APIs, including high-level embedded
domain-specific languages (EDSLs) to "
- (a (@ (href ,(base-url
+ (a (@ (href ,(guix-url
"manual/html_node/Defining-Packages.html"))
(class "hlink-yellow"))
"define packages")
" and "
- (a (@ (href ,(base-url
+ (a (@ (href ,(guix-url
"manual/html_node/System-Configuration.html"))
(class "hlink-yellow"))
"whole-system configurations")