diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index 2929ac599cce8b7762c78d51c2bf873225659033..0442dff92ae7882ec2697a7c111c0eb08676dd56 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -47,7 +47,7 @@
           .column-4
             %h4= t 'footer.more'
             %ul
-              %li= link_to t('about.source_code'), Mastodon::Version.source_url
+              %li= link_to t('about.source_code'), 'https://git.qoto.org/qoto/qoto'
               %li= link_to t('about.apps'), 'https://joinmastodon.org/apps'
 
 = render template: 'layouts/application'