summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-10-09 08:42:30 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-10-09 08:42:30 -0400
commit0d150c3d6dbc0e02372dc4cee217c7effc273577 (patch)
tree56366ab0561c300333b30d444372aaf67615798e /haunt.scm
parent70b464724efde0dc902b0b20d8483a03aaa30a2e (diff)
Fix haunt URL in footer.
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm2
1 files changed, 1 insertions, 1 deletions
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"))