mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: fix article redirect (#19051)
Changes: - Removed an old redirect for the "Deploy Fleet on Hetzner Cloud" article
This commit is contained in:
parent
f506e85fbc
commit
0e0cb6f8d2
1 changed files with 0 additions and 1 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue