diff --git a/changes/36731-missing-redirect b/changes/36731-missing-redirect new file mode 100644 index 0000000000..4227d0dd64 --- /dev/null +++ b/changes/36731-missing-redirect @@ -0,0 +1 @@ +- Added a missing redirect to the Fleet website diff --git a/website/config/routes.js b/website/config/routes.js index dfc08c6131..e0d1c8794a 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -1142,6 +1142,7 @@ module.exports.routes = { 'GET /learn-more-about/example-android-profile': 'https://gist.github.com/marko-lisica/45ee31f6850e1f002141c1b5b43ce519', 'GET /learn-more-about/manual-enrollment-profile': '/docs/rest-api/rest-api#get-manual-enrollment-profile', 'GET /learn-more-about/deleting-android-enterprise': '/guides/android-mdm-setup#deleting-android-enterprise-in-google-admin', + 'GET /learn-more-about/google-admin-emm': 'https://admin.google.com/ac/devices/settings/thirdparty', 'GET /learn-more-about/setup-experience/install-software': '/guides/setup-experience#install-software', 'GET /learn-more-about/setup-experience/run-script': '/guides/setup-experience#run-script', 'GET /learn-more-about/setup-experience/end-user-authentication': '/guides/setup-experience#end-user-authentication',