Update posture checks documentation links (#339)

This commit is contained in:
Maycon Santos
2024-02-22 21:46:55 +01:00
committed by GitHub
parent a5fc05ca3a
commit 7578595f05
6 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ export default function PostureChecksPage() {
</Paragraph> </Paragraph>
<Paragraph> <Paragraph>
Learn more about Learn more about
<InlineLink href={"#"} target={"_blank"}> <InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks"} target={"_blank"}>
Posture Checks Posture Checks
<ExternalLinkIcon size={12} /> <ExternalLinkIcon size={12} />
</InlineLink> </InlineLink>

View File

@@ -171,7 +171,7 @@ const CheckContent = ({ value, onChange }: Props) => {
<div className={"w-full"}> <div className={"w-full"}>
<Paragraph className={"text-sm mt-auto"}> <Paragraph className={"text-sm mt-auto"}>
Learn more about Learn more about
<InlineLink href={"#"} target={"_blank"}> <InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks#geolocation-check"} target={"_blank"}>
Country & Region Check Country & Region Check
<ExternalLinkIcon size={12} /> <ExternalLinkIcon size={12} />
</InlineLink> </InlineLink>

View File

@@ -86,7 +86,7 @@ const CheckContent = ({ value, onChange }: Props) => {
<div className={"w-full"}> <div className={"w-full"}>
<Paragraph className={"text-sm mt-auto"}> <Paragraph className={"text-sm mt-auto"}>
Learn more about Learn more about
<InlineLink href={"#"} target={"_blank"}> <InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks#net-bird-client-version-check"} target={"_blank"}>
Client Version Check Client Version Check
<ExternalLinkIcon size={12} /> <ExternalLinkIcon size={12} />
</InlineLink> </InlineLink>

View File

@@ -215,7 +215,7 @@ const CheckContent = ({ value, onChange }: Props) => {
<div className={"w-full"}> <div className={"w-full"}>
<Paragraph className={"text-sm mt-auto"}> <Paragraph className={"text-sm mt-auto"}>
Learn more about Learn more about
<InlineLink href={"#"} target={"_blank"}> <InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks#operating-system-version-check"} target={"_blank"}>
Operating System Check Operating System Check
<ExternalLinkIcon size={12} /> <ExternalLinkIcon size={12} />
</InlineLink> </InlineLink>

View File

@@ -222,7 +222,7 @@ export default function PostureCheckModal({
Learn more about Learn more about
<InlineLink <InlineLink
href={ href={
"https://docs.netbird.io/how-to/routing-traffic-to-private-networks" "https://docs.netbird.io/how-to/manage-posture-checks"
} }
target={"_blank"} target={"_blank"}
> >

View File

@@ -174,7 +174,7 @@ export default function PostureCheckTable({ postureChecks, isLoading }: Props) {
learnMore={ learnMore={
<> <>
Learn more about Learn more about
<InlineLink href={"#"} target={"_blank"}> <InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks"} target={"_blank"}>
Posture Checks Posture Checks
<ExternalLinkIcon size={12} /> <ExternalLinkIcon size={12} />
</InlineLink> </InlineLink>