Add redirect for use in CLI (#16622)

Add redirect for a "more info" link printed to the CLI (so if the docs
URL changes, we don't need to update it in the product as well).

For https://github.com/fleetdm/fleet/issues/16382 (subtask of #9949)
This commit is contained in:
Rachael Shaw 2024-02-06 14:48:11 -06:00 committed by GitHub
parent b3452a67a7
commit acd8d91350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -510,6 +510,7 @@ module.exports.routes = {
'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366',
'GET /learn-more-about/just-in-time-provisioning': 'https://fleetdm.com/docs/deploy/single-sign-on-sso#just-in-time-jit-user-provisioning',
'GET /sign-in-to/microsoft-automatic-enrollment-tool': 'https://portal.azure.com',
'GET /learn-more-about/enrolling-hosts': '/docs/using-fleet/adding-hosts',
// Sitemap
// =============================================================================================================