Fix links to the website containing anchors and URL params (#15414)

This commit is contained in:
Luke Heath 2023-12-01 14:20:44 -06:00 committed by GitHub
parent eaa124eb1b
commit 6d3230c1fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ const ForgotPasswordPage = ({ router }: IForgotPasswordPage) => {
<br />
You can find more information on resetting passwords at the{" "}
<CustomLink
url="https://fleetdm.com/docs/using-fleet/fleetctl-cli#using-fleetctl-with-an-api-only-user?utm_medium=fleetui&utm_campaign=get-api-token"
url="https://fleetdm.com/docs/using-fleet/fleetctl-cli?utm_medium=fleetui&utm_campaign=get-api-token#using-fleetctl-with-an-api-only-user"
text="Password reset FAQ"
newTab
/>

View file

@ -187,7 +187,7 @@ const UserSettingsPage = ({
<strong>This token expires.</strong> If you want an API key for a
permanent integration, create an&nbsp;
<CustomLink
url="https://fleetdm.com/docs/using-fleet/fleetctl-cli#using-fleetctl-with-an-api-only-user?utm_medium=fleetui&utm_campaign=get-api-token"
url="https://fleetdm.com/docs/using-fleet/fleetctl-cli?utm_medium=fleetui&utm_campaign=get-api-token#using-fleetctl-with-an-api-only-user"
text="API-only user"
newTab
/>
@ -201,7 +201,7 @@ const UserSettingsPage = ({
This token is intended for SSO users to authenticate in the fleetctl
CLI. It expires based on the{" "}
<CustomLink
url="https://fleetdm.com/docs/deploying/configuration#session-duration?utm_medium=fleetui&utm_campaign=get-api-token"
url="https://fleetdm.com/docs/deploying/configuration?utm_medium=fleetui&utm_campaign=get-api-token#session-duration"
text="session duration configuration"
newTab
/>

View file

@ -228,7 +228,7 @@ const Sso = ({
<>
Create user and sync permissions on login{" "}
<CustomLink
url="https://fleetdm.com/docs/deploying/configuration?utm_medium=fleetui&utm_source=sso-settings#just-in-time-jit-user-provisioning"
url="https://fleetdm.com/docs/deploy/single-sign-on-sso?utm_medium=fleetui&utm_source=sso-settings#just-in-time-jit-user-provisioning"
text="Learn more"
newTab
/>