diff options
author | Mark Wielaard <mark@klomp.org> | 2021-04-12 00:31:41 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2021-04-12 00:31:41 +0200 |
commit | 57507a03b2993a0885d578c244f12a4661e1ae6e (patch) | |
tree | 6f94210f29d4c3f93dde00f0335de333bfbbf482 /website/haunt.scm | |
parent | website: Add Guile code for generating logo. (diff) |
website: Add slightly better git URL
Diffstat (limited to 'website/haunt.scm')
-rw-r--r-- | website/haunt.scm | 2 |
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 |