summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2021-04-12 00:31:41 +0200
committerMark Wielaard <mark@klomp.org>2021-04-12 00:31:41 +0200
commit57507a03b2993a0885d578c244f12a4661e1ae6e (patch)
tree6f94210f29d4c3f93dde00f0335de333bfbbf482 /website
parentwebsite: Add Guile code for generating logo. (diff)
website: Add slightly better git URL
Diffstat (limited to 'website')
-rw-r--r--website/haunt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/haunt.scm b/website/haunt.scm
index 7bed10c..984b949 100644
--- a/website/haunt.scm
+++ b/website/haunt.scm
@@ -120,7 +120,7 @@
120 120
121 (div (@ (id "footer-box") 121 (div (@ (id "footer-box")
122 (class "width-control")) 122 (class "width-control"))
123 (p (a (@ (href "https://wiki.gnu.tools/git/")) ;FIXME 123 (p (a (@ (href "https://wiki.gnu.tools/git/gnu-tools-wiki/tree/website")) ;FIXME
124 "Source of this site"))))))) 124 "Source of this site")))))))
125 125
126(define read-markdown 126(define read-markdown