From b019e1d8519f8a73cd80f991e33ded1991bdc40c Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:15:58 -0400 Subject: [PATCH] Article: Fix 3 broken Uninstall fleetd links (#27541) --- articles/how-to-uninstall-fleetd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/how-to-uninstall-fleetd.md b/articles/how-to-uninstall-fleetd.md index 6299ddb15d..05c8b399c2 100644 --- a/articles/how-to-uninstall-fleetd.md +++ b/articles/how-to-uninstall-fleetd.md @@ -2,7 +2,7 @@ This guide walks you through the steps to remove fleetd from your device. After performing these steps, the device will display as an offline host in the Fleet UI until you delete it. -1. Add the uninstall script for [macOS](https://github.com/fleetdm/fleet/tree/main/it-and-security/lib/macos/scripts/uninstall-fleet-macos.sh), [Windows](https://github.com/fleetdm/fleet/tree/main/it-and-security/lib/windows/scripts/uninstall-fleet-windows.sh), or [Linux](https://github.com/fleetdm/fleet/tree/main/it-and-security/lib/linux/scripts/uninstall-fleet-linux.sh) hosts to Fleet. +1. Add the uninstall script for [macOS](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/macos/scripts/uninstall-fleetd-macos.sh), [Windows](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/windows/scripts/uninstall-fleetd-windows.ps1), or [Linux](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/scripts/uninstall-fleetd-linux.sh) hosts to Fleet. 2. Head to the host's **Host details** page and select **Actions > Run script** to run the script.