From df9a27769aa97524f1804bd1b2bcdac37de9b080 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 8 Jul 2024 13:52:18 -0500 Subject: [PATCH] Fix broken link in GitOps docs (#20251) Changes: - Fixed a broken link on the GitOps documentation page --- docs/Using Fleet/GitOps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using Fleet/GitOps.md b/docs/Using Fleet/GitOps.md index 1ca0642521..11c8e582c8 100644 --- a/docs/Using Fleet/GitOps.md +++ b/docs/Using Fleet/GitOps.md @@ -5,7 +5,7 @@ Use Fleet's best practice GitOps workflow to manage your computers as code. To learn how to set up a GitOps workflow see the [Fleet GitOps repo](https://github.com/fleetdm/fleet-gitops). -> For one-off imports and updates via fleetctl, see the [`fleetctl apply`]((https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Configuration-files.md)) format. +> For one-off imports and updates via fleetctl, see the [`fleetctl apply`](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Configuration-files.md) format. ## File structure