about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorLeonie <62470640+bubblineyuri@users.noreply.github.com>2020-04-12 13:38:14 +0200
committerGitHub <noreply@github.com>2020-04-12 13:38:14 +0200
commitf6c18e882965255736c17faaba50f1e54f7c7798 (patch)
treec2941dec557fa5a3c772513a28e03d233fc9e9b5 /app/views
parentec31b1b75244c030bb4fb0ccabac7ff8b626db92 (diff)
Fix API footer link in Web UI (#13441)
Co-authored-by: koyu <me@koyu.spac>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/public.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index b9179e23d..a2c4e5deb 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -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'