Fleet product: Fix wrong links (#34346)

- @noahtalerman: Redirect goes to this guide:
https://github.com/fleetdm/fleet/blob/docs-v4.75.0/articles/macos-setup-experience.md#install-software
- Guide will point to Windows and Linux setup experience guide when
Fleet ships 4.75.
This commit is contained in:
Noah Talerman 2025-10-16 11:30:40 -04:00 committed by GitHub
parent d8d25e6297
commit 89d675ab25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -134,7 +134,7 @@ const AddInstallSoftware = ({
</p>
<CustomLink
newTab
url={`${LEARN_MORE_ABOUT_BASE_LINK}/setup-assistant`}
url={`${LEARN_MORE_ABOUT_BASE_LINK}/setup-experience/install-software`}
text="Learn how"
/>
</div>

View file

@ -115,7 +115,7 @@ const RunScript = ({ currentTeamId, router }: ISetupExperienceCardProps) => {
<CustomLink
className={`${baseClass}__learn-how-link`}
newTab
url={`${LEARN_MORE_ABOUT_BASE_LINK}/setup-assistant`}
url={`${LEARN_MORE_ABOUT_BASE_LINK}/setup-experience/run-script`}
text="Learn how"
/>
{!script ? (

View file

@ -979,6 +979,8 @@ module.exports.routes = {
'GET /learn-more-about/arch-linux-rolling-release': 'https://wiki.archlinux.org/title/Arch_Linux',
'GET /learn-more-about/google-play-store': 'https://play.google.com/store/apps',
'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',
// Sitemap
// =============================================================================================================