[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: website: Fix link to the repo.
From: |
Mathieu Lirzin |
Subject: |
02/02: website: Fix link to the repo. |
Date: |
Mon, 25 May 2015 16:05:19 +0000 |
mthl pushed a commit to branch master
in repository guix-artwork.
commit 9471b92fe786cc1d4d1a1a17ad642c9e5dbceea5
Author: Mathieu Lirzin <address@hidden>
Date: Mon May 25 17:48:29 2015 +0200
website: Fix link to the repo.
* website/www/shared.scm (html-page-footer): Fix link to the repo.
---
website/www/shared.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/website/www/shared.scm b/website/www/shared.scm
index 4563315..c769468 100644
--- a/website/www/shared.scm
+++ b/website/www/shared.scm
@@ -90,6 +90,6 @@ GUix Package Manager, Guile Scheme, Functional package
management")))
"Guile") " under "
(a (@ (href ,(gnu-url "licenses/agpl-3.0.html")) (class "hlink-yellow"))
"AGPL") " license ("
- (a (@ (href "http://git.savannah.gnu.org/cgit/guix/guix-artwork.git")
+ (a (@ (href
"http://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website")
(class "hlink-yellow"))
"Source code") ")."))