From 0e0cb6f8d272861d77ec987448044db891c29ced Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 15 May 2024 18:05:29 -0500 Subject: [PATCH] Website: fix article redirect (#19051) Changes: - Removed an old redirect for the "Deploy Fleet on Hetzner Cloud" article --- website/config/routes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index c7f446ab32..5cef225964 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -312,7 +312,6 @@ module.exports.routes = { 'GET /handbook/customer-experience': '/handbook/customers', 'GET /handbook/brand': '/handbook/digital-experience', 'GET /guides/deploying-fleet-on-aws-with-terraform': '/deploy/deploying-fleet-on-aws-with-terraform', - 'GET /guides/deploy-fleet-on-hetzner-cloud':'/deploy/deploy-fleet-on-hetzner-cloud', 'GET /guides/deploying-fleet-on-render': '/deploy/deploying-fleet-on-render', 'GET /use-cases/correlate-network-connections-with-community-id-in-osquery': '/guides/correlate-network-connections-with-community-id-in-osquery', 'GET /use-cases/converting-unix-timestamps-with-osquery': '/guides/converting-unix-timestamps-with-osquery',