Add redirect for calendar events article (#18742)

The UI currently links out to
fleetdm.com/learn-more-about/calendar-events which was meant to link to
the article but was never set up.
This commit is contained in:
Rachael Shaw 2024-05-03 13:29:16 -05:00 committed by GitHub
parent 4f4800be19
commit 7fd2953982
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -494,6 +494,7 @@ module.exports.routes = {
'GET /learn-more-about/downgrading': '/docs/using-fleet/downgrading-fleet',
'GET /learn-more-about/fleetd': '/docs/get-started/anatomy#fleetd',
'GET /learn-more-about/rotating-enroll-secrets': '/docs/configuration/configuration-files#rotating-enroll-secrets',
'GET /learn-more-about/calendar-events': '/announcements/fleet-in-your-calendar-introducing-maintenance-windows',
// Sitemap
// =============================================================================================================