From d4f8c6b43abb50aa867d4e2867b1befeea9f1b02 Mon Sep 17 00:00:00 2001 From: Zay Hanlon <114112018+zayhanlon@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:02:02 -0400 Subject: [PATCH] Fixing broken link in GitOps README.md (#39) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee0c23d..8e661cf 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ How to set up your GitOps workflow: 7. In GitHub, enable the `Apply latest configuration to Fleet` GitHub Actions workflow, and run workflow manually. Now, when anyone pushes a new commit, the action will run and update Fleet. -For all configuration options, go to [GitOps reference](https://fleetdm.com/using-fleet/gitops) in the Fleet documentation. +For all configuration options, go to [GitOps reference](https://fleetdm.com/docs/using-fleet/gitops) in the Fleet documentation.