From c7142ce373613831bf7e237940c8f444d6505ddc Mon Sep 17 00:00:00 2001 From: Janis Watts <184028114+jmwatts@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:47:13 -0500 Subject: [PATCH] Fixing dead link for Git-Ops mode guide (#30215) # Checklist for submitter Just fixing a dead link on the website --- articles/articles/preventing-mistakes-with-gitops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/articles/preventing-mistakes-with-gitops.md b/articles/articles/preventing-mistakes-with-gitops.md index a87f792360..c5b6c500fb 100644 --- a/articles/articles/preventing-mistakes-with-gitops.md +++ b/articles/articles/preventing-mistakes-with-gitops.md @@ -79,7 +79,7 @@ After our engineer has updated code from the review, the approver can do a final ![Pr Approval](../website/assets/images/articles/pr-approval-2-933x483@2x.jpg) ## GitOps mode in the UI -Fleet supports locking down the UI with [GitOps mode](https://fleetdm.com/guides/articles/gitops-mode), which prevents manual updates to any features or +Fleet supports locking down the UI with [GitOps mode](https://fleetdm.com/guides/gitops-mode), which prevents manual updates to any features or settings configurable with GitOps. ## Conclusion