mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Adding redirect to learn more about uninstalling windows software. (#28546)
This is in support of #28038
This commit is contained in:
parent
3b42be5571
commit
f56ab830fc
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -820,6 +820,7 @@ module.exports.routes = {
|
|||
// =============================================================================================================
|
||||
// Redirects for external links from the Fleet UI & CLI, including to fleetdm.com and to external websites not
|
||||
// maintained by Fleet. These help avoid broken links by reducing surface area of links to maintain in the UI.
|
||||
'GET /learn-more-about/uninstalling-windows-software': 'https://support.microsoft.com/en-us/windows/uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98',
|
||||
'GET /learn-more-about/tarball-archives': 'https://fleetdm.com/guides/deploy-software-packages',
|
||||
'GET /learn-more-about/reinstall-software': '/guides/automatic-software-install-in-fleet#templates-for-policy-queries',
|
||||
'GET /learn-more-about/abm-apps': 'https://business.apple.com/#/main/appsandbooks',
|
||||
|
|
|
|||
Loading…
Reference in a new issue