mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add redirect for fleetd doc links in the product (#18237)
The old one was pointing to a section that doesn't exist anymore. (Part of changes for https://github.com/fleetdm/fleet/pull/18138/)
This commit is contained in:
parent
82806d07ef
commit
de7f4b09c6
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -486,6 +486,7 @@ module.exports.routes = {
|
|||
'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',
|
||||
'GET /learn-more-about/fleetd': '/docs/get-started/anatomy#fleetd',
|
||||
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue