From 57507a03b2993a0885d578c244f12a4661e1ae6e Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 12 Apr 2021 00:31:41 +0200 Subject: website: Add slightly better git URL --- website/haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') diff --git a/website/haunt.scm b/website/haunt.scm index 7bed10c..984b949 100644 --- a/website/haunt.scm +++ b/website/haunt.scm @@ -120,7 +120,7 @@ (div (@ (id "footer-box") (class "width-control")) - (p (a (@ (href "https://wiki.gnu.tools/git/")) ;FIXME + (p (a (@ (href "https://wiki.gnu.tools/git/gnu-tools-wiki/tree/website")) ;FIXME "Source of this site"))))))) (define read-markdown -- cgit v1.2.1