From 0d150c3d6dbc0e02372dc4cee217c7effc273577 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 9 Oct 2020 08:42:30 -0400 Subject: Fix haunt URL in footer. --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haunt.scm b/haunt.scm index d2a00e0..a86535a 100644 --- a/haunt.scm +++ b/haunt.scm @@ -116,7 +116,7 @@ (p "The text and images on this site are free culture works available under the " ,%cc-by-sa-link " license.") (p "This website is built with " - (a (@ (href "http://haunt.dthompson.us")) + (a (@ (href "http://dthompson.us/projects/haunt.html")) "Haunt") ", a static site generator written in " (a (@ (href "https://gnu.org/software/guile")) -- cgit v1.2.3