diff --git a/docs/Configuration/fleet-server-configuration.md b/docs/Configuration/fleet-server-configuration.md index 8967ff82ed..844017a05f 100644 --- a/docs/Configuration/fleet-server-configuration.md +++ b/docs/Configuration/fleet-server-configuration.md @@ -2759,9 +2759,9 @@ The content of the Simple Certificate Enrollment Protocol (SCEP) certificate. An -----END CERTIFICATE----- ``` -The SCEP certificate/key pair [generated by Fleet](../Using%20Fleet/MDM-setup.md#step-1-generate-the-required-files) expires every 10 years. It's recommended to never change these unless they were compromised. +The SCEP certificate/key pair [generated by Fleet](https://fleetdm.com/docs/using-fleet/MDM-setup#step-1-generate-the-required-files) expires every 10 years. It's recommended to never change these unless they were compromised. -If your certificate/key pair was compromised and you change the pair, the disk encryption keys will no longer be viewable on all macOS hosts' **Host details** page until you turn disk encryption off and back on and the keys are [reset by the end user](../Using%20Fleet/MDM-migration-guide.md#how-to-turn-on-disk-encryption). +If your certificate/key pair was compromised and you change the pair, the disk encryption keys will no longer be viewable on all macOS hosts' **Host details** page until you turn disk encryption off and back on and the keys are [reset by the end user](https://fleetdm.com/docs/using-fleet/MDM-migration-guide#how-to-turn-on-disk-encryption). ##### mdm.apple_scep_key_bytes diff --git a/docs/Using Fleet/MDM-custom-OS-settings.md b/docs/Using Fleet/MDM-custom-OS-settings.md index fd04d2f31f..c46fa4505f 100644 --- a/docs/Using Fleet/MDM-custom-OS-settings.md +++ b/docs/Using Fleet/MDM-custom-OS-settings.md @@ -18,7 +18,7 @@ Fleet UI: 3. Select **Upload** and choose your configuration profile. -Fleet API: API documentation is [here](../REST%20API/rest-api.md#add-custom-setting-configuration-profile) +Fleet API: API documentation is [here](https://fleetdm.com/docs/rest-api/rest-api#add-custom-os-setting-configuration-profile) ### OS settings status diff --git a/docs/Using Fleet/MDM-disk-encryption.md b/docs/Using Fleet/MDM-disk-encryption.md index 96a3834eb0..8d8278763f 100644 --- a/docs/Using Fleet/MDM-disk-encryption.md +++ b/docs/Using Fleet/MDM-disk-encryption.md @@ -22,7 +22,7 @@ Fleet UI: 3. Check the box next to **Turn on** and select **Save**. -Fleet API: API documentation is [here](../REST%20API/rest-api.md#update-disk-encryption-enforcement). +Fleet API: API documentation is [here](https://fleetdm.com/docs/rest-api/rest-api#update-disk-encryption-enforcement). ### Disk encryption status diff --git a/docs/Using Fleet/update-agents.md b/docs/Using Fleet/update-agents.md index 6a2b6c8f39..6349ecb941 100644 --- a/docs/Using Fleet/update-agents.md +++ b/docs/Using Fleet/update-agents.md @@ -132,7 +132,7 @@ This output is _not sensitive_ and will be shared in agent deployments to verify ### Packaging with fleetd -See the [Enroll hosts docs](../Using%20Fleet/enroll-hosts.md) for instructions on generating the fleetd agent. +See the [Enroll hosts docs](https://fleetdm.com/docs/using-fleet/enroll-hosts) for instructions on generating the fleetd agent. You can use `fleetctl package` to generate installer packages of fleetd (Fleet's bundle of agents that includes a bootstrapped osquery wrapper) to integrate with your Fleet instance.