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>
Learn more about
<InlineLink href={"#"} target={"_blank"}>
<InlineLink href={"https://docs.netbird.io/how-to/manage-posture-checks"} target={"_blank"}>
Posture Checks
<ExternalLinkIcon size={12} />
</InlineLink>

View File

@@ -171,7 +171,7 @@ const CheckContent = ({ value, onChange }: Props) => {
<div className={"w-full"}>
<Paragraph className={"text-sm mt-auto"}>
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
<ExternalLinkIcon size={12} />
</InlineLink>

View File

@@ -86,7 +86,7 @@ const CheckContent = ({ value, onChange }: Props) => {
<div className={"w-full"}>
<Paragraph className={"text-sm mt-auto"}>
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
<ExternalLinkIcon size={12} />
</InlineLink>

View File

@@ -215,7 +215,7 @@ const CheckContent = ({ value, onChange }: Props) => {
<div className={"w-full"}>
<Paragraph className={"text-sm mt-auto"}>
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
<ExternalLinkIcon size={12} />
</InlineLink>

View File

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

View File

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