diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index 3a12549cd3..c595c238fa 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -26,7 +26,7 @@ It is [planned and ready](https://fleetdm.com/handbook/company/development-group - [ ] CLI usage changes: TODO - [ ] REST API changes: TODO - [ ] Permissions changes: TODO -- [ ] Outdated documentation changes: TODO +- [ ] Outdated documentation changes: TODO - [ ] Changes to paid features or tiers: TODO - [ ] Scalability testing: TODO diff --git a/website/config/routes.js b/website/config/routes.js index 8e31807329..e9b52a17ea 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -501,8 +501,8 @@ module.exports.routes = { // Fleet UI // ============================================================================================================= - // These are external links not maintained by Fleet. We can point the Fleet UI to redirects here instead of the - // original sources to help avoid broken links. + // Redirects for external links from the Fleet UI & CLI, including to fleetdm.com and to external websites not + // maintained by Fleet. These help avoid broken links by reducing surface area of links to maintain in the UI. 'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366', 'GET /learn-more-about/just-in-time-provisioning': 'https://fleetdm.com/docs/deploy/single-sign-on-sso#just-in-time-jit-user-provisioning', 'GET /sign-in-to/microsoft-automatic-enrollment-tool': 'https://portal.azure.com',