From 6649d08a05799811f6fb0566947946edbfebf63e Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Wed, 30 Jun 2021 12:07:01 -0500 Subject: [PATCH] switch over to using blog.fleetdm.com (don't merge until it works) (#1242) --- website/config/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index 0b6031a6dd..caac8124f9 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -30,7 +30,7 @@ module.exports.routes = { '/legal/terms': 'https://docs.google.com/document/d/1OM6YDVIs7bP8wg6iA3VG13X086r64tWDqBSRudG4a0Y/edit', '/security': 'https://github.com/fleetdm/fleet/security/policy', - '/blog': 'https://medium.com/fleetdm', + '/blog': 'https://blog.fleetdm.com', 'GET /apply': 'https://fleet-device-management.breezy.hr',