From dfe3ff02678ed92d5ae88530236fa74f376021e8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 5 Feb 2019 11:21:55 +0100 Subject: [PATCH] html: Fix URL in footer. --- mumi/web/view/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.29.2