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:
Eric 2023-10-26 15:50:58 -05:00 committed by GitHub
parent c10ee875f2
commit cfd0260b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',