diff --git a/changes/19937-fix-anchor-link b/changes/19937-fix-anchor-link new file mode 100644 index 000000000000..16ef161142e7 --- /dev/null +++ b/changes/19937-fix-anchor-link @@ -0,0 +1 @@ +* Fix link to fleetd uninstall instructions in "Delete device" modal diff --git a/docs/Get started/FAQ.md b/docs/Get started/FAQ.md index 4634061c1f82..b6e04cd9699f 100644 --- a/docs/Get started/FAQ.md +++ b/docs/Get started/FAQ.md @@ -460,7 +460,7 @@ Read more about osquery packs and Fleet's commitment to supporting them [here](h In the Fleet UI, you can turn off MDM for a host by selecting **Actions > Turn off MDM** on the **Host details** page. -When you turn off MDM for a host, Fleet removes the enforcement of all macOS settings for that host. Also, the host will stop receiving macOS update reminders via Nudge. Turning MDM off doesn't remove the fleetd agent from the host. To remove the fleetd agent, share [these guided instructions](#how-can-i-uninstall-the-osquery-agent) with the end user. +When you turn off MDM for a host, Fleet removes the enforcement of all macOS settings for that host. Also, the host will stop receiving macOS update reminders via Nudge. Turning MDM off doesn't remove the fleetd agent from the host. To remove the fleetd agent, share [these guided instructions](#how-can-i-uninstall-fleetd) with the end user. To enforce macOS settings and send macOS update reminders, the host has to turn MDM back on. Turning MDM back on for a host requires end user action. diff --git a/frontend/pages/hosts/components/DeleteHostModal/DeleteHostModal.tsx b/frontend/pages/hosts/components/DeleteHostModal/DeleteHostModal.tsx index 89efcf2a5f74..56b47a95fb96 100644 --- a/frontend/pages/hosts/components/DeleteHostModal/DeleteHostModal.tsx +++ b/frontend/pages/hosts/components/DeleteHostModal/DeleteHostModal.tsx @@ -75,9 +75,7 @@ const DeleteHostModal = ({

diff --git a/website/config/routes.js b/website/config/routes.js index 884c7a591154..62a6910d4bf3 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -516,6 +516,7 @@ module.exports.routes = { '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/host-identifiers': '/docs/rest-api/rest-api#get-host-by-identifier', + 'GET /learn-more-about/uninstall-fleetd': '/docs/using-fleet/faq#how-can-i-uninstall-fleetd', // Sitemap // =============================================================================================================