From 98983c337a66f7d2501210a8b67d2fe557fbbf3c Mon Sep 17 00:00:00 2001 From: Gray Williams Date: Wed, 10 Jun 2026 21:41:09 +0100 Subject: [PATCH] Fixes broken links in managing-chrome-with-fleet.md (#47093) Links to the solutions folder weren't quite as expected, resulting in 404's --- articles/managing-chrome-with-fleet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/managing-chrome-with-fleet.md b/articles/managing-chrome-with-fleet.md index f5299a3bf8..79fd65932f 100644 --- a/articles/managing-chrome-with-fleet.md +++ b/articles/managing-chrome-with-fleet.md @@ -10,8 +10,8 @@ Use configuration profiles to enforce consistent Chrome browser settings across **Resources:** -- An example Google Chrome ADMX configuration profile is available in our [GitHub solutions folder](https://github.com/fleetdm/fleet/blob/docs/solutions/windows/configuration-profiles/admx%20Google%20Chrome.xml) (May not be the latest version available) -- An example configuration profile for enrolling your browsers into Chrome Enterprise Core for a Cloud-managed Chrome browser is available in our [GitHub solutions folder](https://github.com/fleetdm/fleet/blob/docs/solutions/windows/configuration-profiles/enroll%20Google%20Chrome%20to%20enterprise%20console.xml) +- An example Google Chrome ADMX configuration profile is available in our [GitHub solutions folder](https://github.com/fleetdm/fleet/blob/main/docs/solutions/windows/configuration-profiles/admx%20Google%20Chrome.xml) (May not be the latest version available) +- An example configuration profile for enrolling your browsers into Chrome Enterprise Core for a Cloud-managed Chrome browser is available in our [GitHub solutions folder](https://github.com/fleetdm/fleet/blob/main/docs/solutions/windows/configuration-profiles/enroll%20Google%20Chrome%20to%20enterprise%20console.xml) ---