mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
57a28ed18d
commit
966cf3fda5
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -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
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue