From 2eae2ffb1b706a0422820ecfa748828630e551c0 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 28 Aug 2019 19:01:29 +0200 Subject: [PATCH] Updated link to source code. --- app/views/layouts/public.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 2929ac599c..0442dff92a 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' -- GitLab