Fix 34578: Wrong link in the UI (#34579)

Resolves: #34578
This commit is contained in:
Marko Lisica 2025-10-24 12:11:33 +02:00 committed by GitHub
parent 62d861ac58
commit 2f5107c725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -260,7 +260,7 @@ const Secrets = () => {
<span>
Profiles can also use any of Fleet&rsquo;s{" "}
<CustomLink
url="https://fleetdm.com/docs/configuration/yaml-files#macos-settings-and-windows-settings"
url="https://fleetdm.com/learn-more-about/built-in-variables"
text="built-in variables"
newTab
/>

View file

@ -985,6 +985,7 @@ module.exports.routes = {
'GET /learn-more-about/manual-enrollment-profile': '/docs/rest-api/rest-api#get-manual-enrollment-profile',
'GET /learn-more-about/setup-experience/install-software': '/guides/macos-setup-experience#install-software',
'GET /learn-more-about/setup-experience/run-script': '/guides/macos-setup-experience#run-script',
'GET /learn-more-about/built-in-variables': '/docs/configuration/yaml-files#variables',
// Sitemap
// =============================================================================================================