mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: Remove /handbook/sales redirect (#14760)
Changes: - Removed the redirect for `/handbook/sales`. It is currently redirecting to `/handbook/customers/` (which redirects to `/hanbook/sales`, creating an infinite redirect loop.)
This commit is contained in:
parent
c10ee875f2
commit
cfd0260b36
1 changed files with 0 additions and 1 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -381,7 +381,6 @@ module.exports.routes = {
|
|||
'GET /use-cases/using-elasticsearch-and-kibana-to-visualize-osquery-performance': '/guides/using-elasticsearch-and-kibana-to-visualize-osquery-performance',
|
||||
'GET /use-cases/work-may-be-watching-but-it-might-not-be-as-bad-as-you-think': '/securing/work-may-be-watching-but-it-might-not-be-as-bad-as-you-think',
|
||||
'GET /docs/contributing/testing': '/docs/contributing/testing-and-local-development',
|
||||
'GET /handbook/sales': '/handbook/customers#sales',
|
||||
'GET /handbook/people': '/handbook/business-operations',
|
||||
'GET /handbook/people/ceo-handbook': '/handbook/ceo',
|
||||
'GET /handbook/company/ceo-handbook': '/handbook/ceo',
|
||||
|
|
|
|||
Loading…
Reference in a new issue