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