Browse Source

Fix API footer link in Web UI (#13441)

Co-authored-by: koyu <me@koyu.spac>
master
Leonie 4 years ago
committed by GitHub
parent
commit
f6c18e8829
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/layouts/public.html.haml

+ 1
- 1
app/views/layouts/public.html.haml View File

@ -39,7 +39,7 @@
%h4= t 'footer.developers'
%ul
%li= link_to t('about.documentation'), 'https://docs.joinmastodon.org/'
%li= link_to t('about.api'), 'https://docs.joinmastodon.org/api/guidelines/'
%li= link_to t('about.api'), 'https://docs.joinmastodon.org/client/intro/'
.column-2
%h4= link_to t('about.what_is_mastodon'), 'https://joinmastodon.org/'
= link_to svg_logo, root_url, class: 'brand'

Loading…
Cancel
Save