From fa59f05e03cf41dc1898567b8d120c99188ff354 Mon Sep 17 00:00:00 2001 From: Harrison Ravazzolo <38767391+harrisonravazzolo@users.noreply.github.com> Date: Tue, 20 Jan 2026 23:52:33 +0100 Subject: [PATCH] Update link for renew apns doc (#38550) Fix for broken link in Fleet - resolves https://github.com/fleetdm/fleet/issues/38545 --- 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 3eea2843ef..25e7a9a565 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -1089,7 +1089,7 @@ module.exports.routes = { 'GET /learn-more-about/calendar-events': '/announcements/fleet-in-your-calendar-introducing-maintenance-windows', 'GET /learn-more-about/setup-windows-mdm': '/guides/windows-mdm-setup', 'GET /learn-more-about/setup-abm': '/docs/using-fleet/mdm-setup#apple-business-manager-abm', - 'GET /learn-more-about/renew-apns': '/docs/using-fleet/apple-mdm-setup#turn-on-apple-mdm', + 'GET /learn-more-about/renew-apns': '/guides/apple-mdm-setup#turn-on-apple-mdm', 'GET /learn-more-about/renew-abm': '/docs/using-fleet/mdm-setup#apple-business-manager-abm', 'GET /learn-more-about/fleet-server-private-key': '/docs/configuration/fleet-server-configuration#server-private-key', 'GET /learn-more-about/agent-options': '/docs/configuration/agent-configuration',