Fix 404 link on GitOps settings page (#26739)

Add redirect for "Learn more" link on
`/settings/integrations/change-management`
This commit is contained in:
Rachael Shaw 2025-02-28 18:41:01 -06:00 committed by GitHub
parent e4bcc78ed0
commit 9fa6c2276e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -873,6 +873,7 @@ module.exports.routes = {
'GET /learn-more-about/windows-mdm': '/guides/windows-mdm-setup',
'GET /learn-more-about/ui-gitops-mode': 'https://github.com/fleetdm/fleet-gitops/?tab=readme-ov-file#fleet-ui',
'GET /learn-more-about/certificates-query': '/tables/certificates',
'GET /learn-more-about/gitops': 'https://github.com/fleetdm/fleet-gitops/',
// Sitemap
// =============================================================================================================