From 7eda0847e30c604feb1d6b13424970b839a581f4 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Fri, 17 Feb 2023 17:44:15 -0600 Subject: [PATCH] Route /jobs to /handbook/company#open-positions (#9929) https://fleetdm.com/apply now points to https://fleetdm.com/jobs which now points to https://fleetdm.com/handbook/company#open-positions --- website/config/routes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/config/routes.js b/website/config/routes.js index adda9cf999..c7f3461512 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -390,8 +390,8 @@ module.exports.routes = { 'GET /security': 'https://github.com/fleetdm/fleet/security/policy', 'GET /trust': 'https://app.vanta.com/fleet/trust/5i2ulsbd76k619q9leaoh0', 'GET /hall-of-fame': 'https://github.com/fleetdm/fleet/pulse', - 'GET /apply': 'https://fleet-device-management.breezy.hr', - 'GET /jobs': 'https://fleet-device-management.breezy.hr', + 'GET /apply': '/jobs', + 'GET /jobs': 'https://fleetdm.com/handbook/company#open-positions', 'GET /company/stewardship': 'https://github.com/fleetdm/fleet', // FUTURE: page about how we approach open source and our commitments to the community 'GET /legal/terms': 'https://docs.google.com/document/d/1OM6YDVIs7bP8wg6iA3VG13X086r64tWDqBSRudG4a0Y/edit', 'GET /legal/privacy': 'https://docs.google.com/document/d/17i_g1aGpnuSmlqj35-yHJiwj7WRrLdC_Typc1Yb7aBE/edit',