From edeabce4c7cc082fcb94eef574334f362d557fed Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 9 Oct 2020 08:43:04 -0400 Subject: Use https for haunt URL in footer. --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haunt.scm b/haunt.scm index a86535a..301efc2 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://dthompson.us/projects/haunt.html")) + (a (@ (href "https://dthompson.us/projects/haunt.html")) "Haunt") ", a static site generator written in " (a (@ (href "https://gnu.org/software/guile")) -- cgit v1.2.3