From 1d2abe00327854d5e43a9795b4a0ad589c38031c Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:20:43 +0100 Subject: [PATCH] Fix broken link (#35973) Apple's URL doesn't work anymore. --- 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 5ca4c1a881..53fb6dfa32 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -999,7 +999,7 @@ module.exports.routes = { 'GET /learn-more-about/install-google-play-apps': 'https://github.com/fleetdm/fleet/issues/25595', 'GET /learn-more-about/arch-linux-rolling-release': 'https://wiki.archlinux.org/title/Arch_Linux', 'GET /learn-more-about/google-play-store': 'https://play.google.com/store/apps', - 'GET /learn-more-about/managed-lost-mode': 'https://it-training.apple.com/tutorials/deployment/dm255/', + 'GET /learn-more-about/managed-lost-mode': 'https://support.apple.com/en-gb/guide/security/secc46f3562c/web', 'GET /learn-more-about/android-profile-errors': '/guides/custom-os-settings#partial-failure-android-profiles', 'GET /learn-more-about/how-to-craft-android-profile': '/guides/custom-os-settings#create-configuration-profile', 'GET /learn-more-about/example-android-profile': 'https://gist.github.com/marko-lisica/45ee31f6850e1f002141c1b5b43ce519',