summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-10-09 08:43:04 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-10-09 08:43:04 -0400
commitedeabce4c7cc082fcb94eef574334f362d557fed (patch)
tree216ec2e6564dc8907b5076e9e71a69977abff54e
parent0d150c3d6dbc0e02372dc4cee217c7effc273577 (diff)
Use https for haunt URL in footer.
-rw-r--r--haunt.scm2
1 files changed, 1 insertions, 1 deletions
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"))