From e0e53cc07b2f909b174f0bc04ca0efaaae824a93 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 1 Sep 2022 15:04:02 +1200 Subject: [PATCH] yeah I test my code, how could you tell? --- src/page-home.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page-home.rkt b/src/page-home.rkt index 7cdbf4f..4a87a1b 100644 --- a/src/page-home.rkt +++ b/src/page-home.rkt @@ -62,7 +62,7 @@ (a (@ (href "https://cadence.moe/contact")) "Cadence.")) (p "Hosting generously provided by " - (a (@ (href "://alphamethyl.barr0w.net/")) + (a (@ (href "http://alphamethyl.barr0w.net/")) "alphamethyl."))) `(p ,(format "This unofficial instance is based off the ~a source code, but is not controlled by the code developer." (config-get 'application-name))))