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') %>