Add missing website redirect (#36732)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #36731 

- [x] Changes file added for user-visible changes in `changes/`
- [x] QA'd all new/changed functionality manually
This commit is contained in:
jacobshandling 2025-12-05 08:54:10 -08:00 committed by GitHub
parent 2fd9a3f004
commit 26b33f37aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
- Added a missing redirect to the Fleet website

View file

@ -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',