mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
tarball learn more redirect (#27330)
For #26692 Still need to supply URL.
This commit is contained in:
parent
14a47190fd
commit
3d965a7576
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -818,6 +818,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/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',
|
||||
'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366',
|
||||
|
|
|
|||
Loading…
Reference in a new issue