Update links to networks doc (#435)
Some checks failed
build and push / build_n_push (push) Has been cancelled
Some checks failed
build and push / build_n_push (push) Has been cancelled
This commit is contained in:
@@ -36,7 +36,7 @@ export default function Networks() {
|
||||
</Paragraph>
|
||||
<Paragraph>
|
||||
Learn more about
|
||||
<InlineLink href={"https://docs.netbird.io/how-to/networks-concept"} target={"_blank"}>
|
||||
<InlineLink href={"https://docs.netbird.io/how-to/networks"} target={"_blank"}>
|
||||
Networks
|
||||
<ExternalLinkIcon size={12} />
|
||||
</InlineLink>
|
||||
|
||||
@@ -131,7 +131,7 @@ const Content = ({ network, onCreated, onUpdated }: ContentProps) => {
|
||||
<div className={"w-full"}>
|
||||
<Paragraph className={"text-sm mt-auto"}>
|
||||
Learn more about
|
||||
<InlineLink href={"https://docs.netbird.io/how-to/networks-concept"} target={"_blank"}>
|
||||
<InlineLink href={"https://docs.netbird.io/how-to/networks"} target={"_blank"}>
|
||||
Networks
|
||||
<ExternalLinkIcon size={12} />
|
||||
</InlineLink>
|
||||
|
||||
@@ -161,7 +161,7 @@ export function ResourceModalContent({
|
||||
<div className={"w-full"}>
|
||||
<Paragraph className={"text-sm mt-auto"}>
|
||||
Learn more about
|
||||
<InlineLink href={"https://docs.netbird.io/how-to/networks-concept#resources"} target={"_blank"}>
|
||||
<InlineLink href={"https://docs.netbird.io/how-to/networks#resources"} target={"_blank"}>
|
||||
Resources
|
||||
<ExternalLinkIcon size={12} />
|
||||
</InlineLink>
|
||||
|
||||
@@ -294,7 +294,7 @@ function RoutingPeerModalContent({
|
||||
Learn more about
|
||||
<InlineLink
|
||||
href={
|
||||
"https://docs.netbird.io/how-to/networks-concept#routing-peers"
|
||||
"https://docs.netbird.io/how-to/networks#routing-peers"
|
||||
}
|
||||
target={"_blank"}
|
||||
>
|
||||
|
||||
@@ -147,7 +147,7 @@ export default function NetworksTable({
|
||||
Learn more about
|
||||
<InlineLink
|
||||
href={
|
||||
"https://docs.netbird.io/how-to/networks-concept"
|
||||
"https://docs.netbird.io/how-to/networks"
|
||||
}
|
||||
target={"_blank"}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user