From de7f4b09c66b49b6c5fcdd6f541e1d30ea6d5429 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Fri, 12 Apr 2024 12:25:00 -0500 Subject: [PATCH] Add redirect for fleetd doc links in the product (#18237) The old one was pointing to a section that doesn't exist anymore. (Part of changes for https://github.com/fleetdm/fleet/pull/18138/) --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index f9d6a47500..27dd2b5a3f 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -486,6 +486,7 @@ module.exports.routes = { 'GET /learn-more-about/domain-wide-delegation': 'https://admin.google.com/ac/owl/domainwidedelegation', 'GET /learn-more-about/enabling-calendar-api': 'https://console.cloud.google.com/apis/library/calendar-json.googleapis.com', 'GET /learn-more-about/downgrading': '/docs/using-fleet/downgrading-fleet', + 'GET /learn-more-about/fleetd': '/docs/get-started/anatomy#fleetd', // Sitemap // =============================================================================================================