From b02322fc01f6973a774d5a5df476e9c8b306876c Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:35:30 +0200 Subject: [PATCH 1/2] Update routes.js Redirect for #21976 --- website/config/routes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/config/routes.js b/website/config/routes.js index 8c9991200f3a..5a8502bf117d 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -563,6 +563,8 @@ module.exports.routes = { 'GET /learn-more-about/apple-business-manager-teams-api': 'https://github.com/fleetdm/fleet/blob/main/docs/Contributing/API-for-contributors.md#update-abm-tokens-teams', 'GET /learn-more-about/apple-business-manager-gitops': '/docs/using-fleet/gitops#apple-business-manager', 'GET /learn-more-about/s3-bootstrap-package': '/docs/configuration/fleet-server-configuration#s-3-software-installers-bucket', + 'GET /learn-more-about/available-os-update-versions': '/guides/enforce-os-updates#available-versions-for-apple-hosts', + // Sitemap // ============================================================================================================= From c074e91f923c894b33cde3cca9b4a4751e4489c6 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:00:00 -0400 Subject: [PATCH 2/2] Update website/config/routes.js --- website/config/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index 5a8502bf117d..68a45bd751f7 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -563,7 +563,7 @@ module.exports.routes = { 'GET /learn-more-about/apple-business-manager-teams-api': 'https://github.com/fleetdm/fleet/blob/main/docs/Contributing/API-for-contributors.md#update-abm-tokens-teams', 'GET /learn-more-about/apple-business-manager-gitops': '/docs/using-fleet/gitops#apple-business-manager', 'GET /learn-more-about/s3-bootstrap-package': '/docs/configuration/fleet-server-configuration#s-3-software-installers-bucket', - 'GET /learn-more-about/available-os-update-versions': '/guides/enforce-os-updates#available-versions-for-apple-hosts', + 'GET /learn-more-about/available-os-update-versions': '/guides/enforce-os-updates#available-macos-ios-and-ipados-versions', // Sitemap