Add redirect for broken link to downgrading docs (#18164)

For https://github.com/fleetdm/fleet/issues/17860 (the current link that
banner points to is broken, this will prevent that happening if things
move around again).
This commit is contained in:
Rachael Shaw 2024-04-10 15:47:44 -05:00 committed by GitHub
parent 57a28ed18d
commit 966cf3fda5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -485,6 +485,7 @@ module.exports.routes = {
'GET /learn-more-about/google-workspace-domains': 'https://admin.google.com/ac/domains/manage',
'GET /learn-more-about/domain-wide-delegation': 'https://admin.google.com/ac/owl/domainwidedelegation',
'GET /learn-more-about/enabling-calendar-api': 'https://console.cloud.google.com/apis/library/calendar-json.googleapis.com',
'GET /learn-more-about/downgrading': '/docs/using-fleet/downgrading-fleet',
// Sitemap
// =============================================================================================================