Fix broken references to Zammad documentation pages

Recent changes to the file structure of Zammad's official
documentation[0] (commit 2717255) have broken some web links in the
Zammad application.

This commit fixes those broken links.

[0]: 271725591c
This commit is contained in:
Ryan Lue 2020-02-05 16:53:39 +08:00
parent f4ef3636ff
commit e42d62d1c6
4 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ https://zammad.org/screenshots
## REST API
https://docs.zammad.org/en/latest/api-intro.html
https://docs.zammad.org/en/latest/api/intro.html
## Contributing

View file

@ -1,6 +1,6 @@
<div class="alert alert--danger hidden" role="alert"></div>
<p>
<%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Facebook App', 'https://admin-docs.zammad.org/en/latest/channels-facebook.html') %>
<%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Facebook App', 'https://admin-docs.zammad.org/en/latest/channels/facebook.html') %>
</p>
<fieldset>
<h2><%- @T('Enter your %s App Keys', 'Facebook') %></h2>

View file

@ -1,6 +1,6 @@
<div class="alert alert--danger hidden" role="alert"></div>
<p>
<%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Telegram Bot', 'https://admin-docs.zammad.org/en/latest/channels-telegram.html') %>
<%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Telegram Bot', 'https://admin-docs.zammad.org/en/latest/channels/telegram.html') %>
</p>
<fieldset>
<h2><%- @T('Enter your %s App Keys', 'Telegram') %></h2>

View file

@ -1,6 +1,6 @@
<div class="alert alert--danger hidden" role="alert"></div>
<p>
<%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Twitter App', 'https://admin-docs.zammad.org/en/latest/channels-twitter.html') %>
<%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Twitter App', 'https://admin-docs.zammad.org/en/latest/channels/twitter.html') %>
</p>
<fieldset>
<h2><%- @T('Enter your %s App Keys', 'Twitter') %></h2>