mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
2fd9a3f004
commit
26b33f37aa
2 changed files with 2 additions and 0 deletions
1
changes/36731-missing-redirect
Normal file
1
changes/36731-missing-redirect
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Added a missing redirect to the Fleet website
|
||||
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue