From a9a7b97e7a1ea249170fe13558b1028cb7deeeca Mon Sep 17 00:00:00 2001 From: Marcel Herrguth Date: Wed, 18 Nov 2020 22:38:23 +0100 Subject: [PATCH] Maintenance: Fix Google & Microsoft 365 Channel documentation links --- app/assets/javascripts/app/views/google/app_config.jst.eco | 2 +- .../javascripts/app/views/microsoft365/app_config.jst.eco | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/app/views/google/app_config.jst.eco b/app/assets/javascripts/app/views/google/app_config.jst.eco index c20621a5d..6e92f59fe 100644 --- a/app/assets/javascripts/app/views/google/app_config.jst.eco +++ b/app/assets/javascripts/app/views/google/app_config.jst.eco @@ -1,6 +1,6 @@

- <%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Google App', 'https://admin-docs.zammad.org/en/latest/channels/google.html') %> + <%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Google App', 'https://admin-docs.zammad.org/en/latest/channels/google/index.html') %>

<%- @T('Enter your %s App Keys', 'Google') %>

diff --git a/app/assets/javascripts/app/views/microsoft365/app_config.jst.eco b/app/assets/javascripts/app/views/microsoft365/app_config.jst.eco index 38a54bc88..fbf0ebe91 100644 --- a/app/assets/javascripts/app/views/microsoft365/app_config.jst.eco +++ b/app/assets/javascripts/app/views/microsoft365/app_config.jst.eco @@ -1,6 +1,6 @@

- <%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Microsoft 365 App', 'https://admin-docs.zammad.org/en/latest/channels/microsoft365.html') %> + <%- @T('The tutorial on how to manage a %s is hosted on our online documentation %l.', 'Microsoft 365 App', 'https://admin-docs.zammad.org/en/latest/channels/microsoft365/index.html') %>

<%- @T('Enter your %s App Keys', 'Microsoft 365') %>