Skip to content

Commit

Permalink
Update links to networks doc (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini authored Dec 27, 2024
1 parent 40902b3 commit 14d2d68
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/(dashboard)/networks/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/networks/NetworkModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/networks/resources/NetworkResourceModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/networks/table/NetworksTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
>
Expand Down

0 comments on commit 14d2d68

Please sign in to comment.