From dacabef2fd3f90d4c8705705c8b6ce85c650ddac Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 20 Jun 2023 11:16:21 -0500 Subject: [PATCH] Docs: Fix broken link in MDM setup documentation (#12399) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - `(business.apple.com)[https://business.apple.com]` ยป `[business.apple.com](https://business.apple.com)` --- docs/Using-Fleet/MDM-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using-Fleet/MDM-setup.md b/docs/Using-Fleet/MDM-setup.md index 54f742054c..332d101cad 100644 --- a/docs/Using-Fleet/MDM-setup.md +++ b/docs/Using-Fleet/MDM-setup.md @@ -274,7 +274,7 @@ fleetctl get mdm-apple If you have configured Fleet with an Apple Business Manager server token for mobile device management (a Fleet Premium feature), you will eventually need to renew that token. [As documented in the Apple Business Manager User Guide](https://support.apple.com/en-ca/guide/apple-business-manager/axme0f8659ec/web), the token expires after a year or whenever the account that downloaded the token has their password changed. To renew the token: -1. Log in to (business.apple.com)[https://business.apple.com] +1. Log in to [business.apple.com](https://business.apple.com) 2. Select Fleet's MDM server record 3. Download a new token for that server record 4. In your Fleet server, update the environment variable [FLEET_MDM_APPLE_BM_SERVER_TOKEN_BYTES](https://fleetdm.com/docs/deploying/configuration#mdm-apple-bm-server-token-bytes)