From 513d590ce33ab9f4f64ae72673fea7f9e02c9620 Mon Sep 17 00:00:00 2001 From: Edward Loveall Date: Sat, 16 Oct 2021 16:21:46 -0400 Subject: [PATCH] Point source link at sr.ht project page Instead of the git page. That way it's easier to find the mailing lists and whatnot. --- src/pages/home/index_page.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/index_page.cr b/src/pages/home/index_page.cr index 940e5b3..7cb76fb 100644 --- a/src/pages/home/index_page.cr +++ b/src/pages/home/index_page.cr @@ -71,7 +71,7 @@ class Home::IndexPage < MainLayout section do footer do para do - a "Source code", href: "https://git.sr.ht/~edwardloveall/scribe" + a "Source code", href: "https://sr.ht/~edwardloveall/scribe" end end end