about summary refs log tree commit diff
path: root/app/views/about
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-01-11 14:19:19 +0100
committerGitHub <noreply@github.com>2017-01-11 14:19:19 +0100
commit10739df458a225a88f6301e6cd819ec3a533255d (patch)
tree6f9d5beb9fbed4dd80c1cb7af7f8d435b5a39e32 /app/views/about
parent3ad0496ccb0f0a6f1c180b08367124e26abff682 (diff)
parentf876a8681d50dbff31a9ad9626ebd3df52e4c98b (diff)
Merge pull request #456 from ineffyble/fix-repo-url
Fix repo URL
Diffstat (limited to 'app/views/about')
-rw-r--r--app/views/about/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml
index 6bc416cbd..0c6516036 100644
--- a/app/views/about/index.html.haml
+++ b/app/views/about/index.html.haml
@@ -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'