fix broken update guide link, add redirect (#4541)

This commit is contained in:
eashaw 2022-03-10 13:13:48 -06:00 committed by GitHub
parent 45c1eb159b
commit 2ee98e1fa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -52,7 +52,7 @@ Note: Please prefix versions with `fleet-v` (eg. `fleet-v4.0.0`) in git tags, He
### Upgrading
Please visit our [update guide](https://fleetdm.com/docs/using-fleet/updating-fleet) for upgrade instructions.
Please visit our [update guide](https://fleetdm.com/docs/deploying/upgrading-fleet) for upgrade instructions.
### Documentation

View file

@ -194,6 +194,7 @@ module.exports.routes = {
'GET /terms': '/legal/terms',
'GET /login': '/customers/login',
'GET /slack': 'https://osquery.fleetdm.com/channel/f0d7aeb6-ac7c-41ba-a0c1-0d2abe931efa',
'GET /docs/using-fleet/updating-fleet': '/docs/deploying/upgrading-fleet',
// Sitemap
// =============================================================================================================