Fix link on Windows automatic enrollment page (#15580)

For this bug: #15566

- Add redirect so that we can change the link later w/o breaking it
This commit is contained in:
Noah Talerman 2023-12-12 14:31:20 -05:00 committed by GitHub
parent 13a5f3c205
commit 65f5404565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -50,7 +50,7 @@ const WindowsAutomaticEnrollmentPage = () => {
<CustomLink
newTab
text="Sign in to Azure portal"
url="portal.azure.com"
url="https://fleetdm.com/sign-in-to/microsoft-automatic-enrollment-tool"
/>
</li>
<li>

View file

@ -511,6 +511,7 @@ module.exports.routes = {
// 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.
'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366',
'GET /sign-in-to/microsoft-automatic-enrollment-tool': 'https://portal.azure.com',
// Sitemap
// =============================================================================================================