Skip to content
Snippets Groups Projects
Unverified Commit f6c18e88 authored by Leonie's avatar Leonie Committed by GitHub
Browse files

Fix API footer link in Web UI (#13441)


Co-authored-by: default avatarkoyu <me@koyu.spac>
parent ec31b1b7
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment