mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
d8d25e6297
commit
89d675ab25
3 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 ? (
|
||||
|
|
|
|||
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -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
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue