Skip to content

Commit

Permalink
Fix API footer link in Web UI (mastodon#13441)
Browse files Browse the repository at this point in the history
Co-authored-by: koyu <me@koyu.spac>
  • Loading branch information
Leonie and koyu authored Apr 12, 2020
1 parent ec31b1b commit f6c18e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/public.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f6c18e8

Please sign in to comment.