summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2021-04-13 02:07:01 +0200
committerMark Wielaard <mark@klomp.org>2021-04-13 02:07:01 +0200
commitcfcde3c7ae309f0c6afab27a937eeacac20e0d12 (patch)
tree24d710962dd41d0adf47e07d016bb3a9f45988c6 /haunt.scm
parentwebsite: Fix typo. (diff)
Move website source to gnu-tools-website repo
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 a230226..4cc6d97 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -121,7 +121,7 @@
121 121
122 (div (@ (id "footer-box") 122 (div (@ (id "footer-box")
123 (class "width-control")) 123 (class "width-control"))
124 (p (a (@ (href "https://wiki.gnu.tools/git/gnu-tools-wiki/tree/website")) ;FIXME 124 (p (a (@ (href "https://wiki.gnu.tools/git/gnu-tools-website"))
125 "Source of this site"))))))) 125 "Source of this site")))))))
126 126
127(define read-markdown 127(define read-markdown