Update the Mastodon repository URL from Gargron/ to tootsuite/ in various places
This commit is contained in:
parent
4292cf60ae
commit
f876a8681d
4 changed files with 12 additions and 12 deletions
|
@ -27,7 +27,7 @@
|
|||
.actions
|
||||
.info
|
||||
= link_to t('about.terms'), terms_path
|
||||
= link_to t('about.source_code'), 'https://github.com/Gargron/mastodon'
|
||||
= link_to t('about.source_code'), 'https://github.com/tootsuite/mastodon'
|
||||
|
||||
= link_to t('about.get_started'), new_user_registration_path, class: 'button webapp-btn'
|
||||
= link_to t('auth.login'), new_user_session_path, class: 'button webapp-btn'
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
.footer
|
||||
%span.domain= link_to Rails.configuration.x.local_domain, root_path
|
||||
%span.powered-by
|
||||
= t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/Gargron/mastodon')).html_safe
|
||||
= t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon')).html_safe
|
||||
|
||||
= render template: "layouts/application"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue