guix-commits
[Top][All Lists]
Advanced

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

01/03: website: Do not link to the single-HTML-page manual.


From: Ludovic Courtès
Subject: 01/03: website: Do not link to the single-HTML-page manual.
Date: Mon, 20 Jul 2015 16:17:38 +0000

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

commit 4c49751003d5072a2cca5507a05aed3011668664
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 20 18:03:43 2015 +0200

    website: Do not link to the single-HTML-page manual.
    
    * website/www/contribute.scm (contribute-page): Use a split-HTML URL.
    * website/www/help.scm (help-page): Likewise.
---
 website/www/contribute.scm |    2 +-
 website/www/help.scm       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/www/contribute.scm b/website/www/contribute.scm
index ea1b46d..fa42153 100644
--- a/website/www/contribute.scm
+++ b/website/www/contribute.scm
@@ -100,7 +100,7 @@ need to be packaged to make it easier for users to install 
their favorite tools
 with the Guix package manager, and be productive using the system. ")
                          (p "Information on how to add packages to the
 distribution can be found "
-                            (a (@ (href ,(guix-url 
"manual/guix.html#Packaging-Guidelines")))
+                            (a (@ (href ,(guix-url 
"manual/html_node/Packaging-Guidelines.html")))
                                "in the manual")
                             ". ")
                          (a (@ (href 
"http://lists.gnu.org/mailman/listinfo/guix-devel";)
diff --git a/website/www/help.scm b/website/www/help.scm
index 93577ec..5c28ed9 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -42,7 +42,7 @@
                          (p "The documentation about the Guix System
 Distribution is available online as part of the GNU Guix package manager
 manual.")
-                         (a (@ (href ,(guix-url 
"manual/guix.html#GNU-Distribution"))
+                         (a (@ (href ,(guix-url 
"manual/html_node/GNU-Distribution.html"))
                                (class "hlink-more-dark"))
                             "Read the manual"))
                     (div (@ (class "summary-box"))



reply via email to

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