mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Add redirect that requires less typing (#8044)
This commit is contained in:
parent
985701a0d7
commit
93f0316d8c
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -232,6 +232,7 @@ module.exports.routes = {
|
|||
// 'GET /docs/using-fleet/learn-how-to-use-fleet': '/docs/using-fleet/fleet-for-beginners',
|
||||
// ```
|
||||
'GET /try-fleet': '/get-started',
|
||||
'GET /try': '/get-started',
|
||||
'GET /docs/deploying/fleet-public-load-testing': '/docs/deploying/load-testing',
|
||||
'GET /handbook/customer-experience': '/handbook/customers',
|
||||
'GET /handbook/brand': '/handbook/digital-experience',
|
||||
|
|
|
|||
Loading…
Reference in a new issue