]> cat aescling's git repositories - mastodon.git/commitdiff
Fix API footer link in Web UI (#13441)
authorLeonie <62470640+bubblineyuri@users.noreply.github.com>
Sun, 12 Apr 2020 11:38:14 +0000 (13:38 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2020 11:38:14 +0000 (13:38 +0200)
Co-authored-by: koyu <me@koyu.spac>
app/views/layouts/public.html.haml

index b9179e23d17c528ab0530800e64a14e500395d50..a2c4e5deb2d4078eeb3f642f47759c1a60a263d3 100644 (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'