mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
13a5f3c205
commit
65f5404565
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -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
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue