From 90e7f2043a8590f7d92e9b6ae022288aabc3f8e1 Mon Sep 17 00:00:00 2001 From: Sabrina Coy <13890648+sabrinabuckets@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:59:22 -0400 Subject: [PATCH] Fix broken link in #macos0setuo-assistant (#14233) Link for Fleet's example ADE profile incorrectly points to a profile called `setup_assistant.json`. The correct profile is `automatic_enrollment.json`. Link is corrected in the PR. --- docs/Using Fleet/MDM-macOS-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using Fleet/MDM-macOS-setup.md b/docs/Using Fleet/MDM-macOS-setup.md index be52edab22..c526212cd1 100644 --- a/docs/Using Fleet/MDM-macOS-setup.md +++ b/docs/Using Fleet/MDM-macOS-setup.md @@ -273,7 +273,7 @@ To customize the macOS Setup Assistant, we will do the following steps: ### Step 1: create an automatic enrollment profile -1. Download Fleet's example automatic enrollment profile by navigating to the example [here on GitHub](https://github.com/fleetdm/fleet/blob/main/mdm_profiles/setup_assistant.json) and clicking the download icon. +1. Download Fleet's example automatic enrollment profile by navigating to the example [here on GitHub](https://github.com/fleetdm/fleet/blob/main/mdm_profiles/automatic_enrollment.json) and clicking the download icon. 2. Open the automatic enrollment profile and replace the `profile_name` key with your organization's name.