From acd8d91350643f201b1b77b285898df9731b5d40 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Tue, 6 Feb 2024 14:48:11 -0600 Subject: [PATCH] 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) --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index 6a2a8632a..35474182d 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -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 // =============================================================================================================