From 26b33f37aa0e1122639efae3b87a5800dddf5dc1 Mon Sep 17 00:00:00 2001 From: jacobshandling <61553566+jacobshandling@users.noreply.github.com> Date: Fri, 5 Dec 2025 08:54:10 -0800 Subject: [PATCH] Add missing website redirect (#36732) **Related issue:** Resolves #36731 - [x] Changes file added for user-visible changes in `changes/` - [x] QA'd all new/changed functionality manually --- changes/36731-missing-redirect | 1 + website/config/routes.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/36731-missing-redirect 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',