Change documentation URL (#8898)
* Change documentation URL * Fix hardcoded documentation URL in locales
This commit is contained in:
parent
30dd7f3d90
commit
28401962ca
40 changed files with 41 additions and 41 deletions
|
@ -29,8 +29,8 @@
|
|||
.column-1
|
||||
%h4= t 'footer.developers'
|
||||
%ul
|
||||
%li= link_to t('about.documentation'), 'https://github.com/tootsuite/documentation'
|
||||
%li= link_to t('about.api'), 'https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md'
|
||||
%li= link_to t('about.documentation'), 'https://docs.joinmastodon.org/'
|
||||
%li= link_to t('about.api'), 'https://docs.joinmastodon.org/api/guidelines/'
|
||||
.column-2
|
||||
%h4= link_to t('about.what_is_mastodon'), 'https://joinmastodon.org/'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue