mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fix 404 link on GitOps settings page (#26739)
Add redirect for "Learn more" link on `/settings/integrations/change-management`
This commit is contained in:
parent
e4bcc78ed0
commit
9fa6c2276e
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -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
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue