From b622cbf1bceafac861252f55e1f3e25c212d9618 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 c20621a5d8b6..6e92f59fe26c 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 38a54bc88490..fbf0ebe912f0 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') %>