summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mumi/web/view/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm
index be73994..8804213 100644
--- a/mumi/web/view/html.scm
+++ b/mumi/web/view/html.scm
@@ -82,7 +82,7 @@
(br)
"Now with even more " (span (@ (class "lambda")) "λ") "! ")
(p "This is free software. Download the "
- (a (@ (href "https://git.elephly.net/projects/mumi.git"))
+ (a (@ (href "https://git.elephly.net/software/mumi.git"))
"source code here") ".")))))
#:extra-headers ,extra-headers))