mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
4f4800be19
commit
7fd2953982
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -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
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue