From f49075c58dae5f84f2103721b02ccec66bb0f4a5 Mon Sep 17 00:00:00 2001 From: Grant Bilstad <82750216+pacamaster@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:57:39 -0700 Subject: [PATCH] broken scripts API link on scripts execution doc (#16415) Docs change to fix broken link --- docs/Using Fleet/Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using Fleet/Scripts.md b/docs/Using Fleet/Scripts.md index 2e7c30ad86..c80fa4f48b 100644 --- a/docs/Using Fleet/Scripts.md +++ b/docs/Using Fleet/Scripts.md @@ -36,7 +36,7 @@ Fleet UI: > Currently, you can only run scripts on macOS and Windows hosts in the Fleet UI. To run a script on a Linux host, use the Fleet API or fleetctl CLI. -Fleet API: API documentation is [here](../REST%20API/rest-api.md#run-script) +Fleet API: API documentation is [here](https://fleetdm.com/docs/rest-api/rest-api#run-script) fleetctl CLI: