From 3fd300ec48dc50d40488cfcb95358c0cda13acbb 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 --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haunt.scm') diff --git a/haunt.scm b/haunt.scm index 7bed10c..984b949 100644 --- a/haunt.scm +++ b/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