Skip to content

Commit

Permalink
Update links for networks concept (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer authored Dec 23, 2024
1 parent 3ba7acd commit fa9bcea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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={"#"} target={"_blank"}>
<InlineLink href={"https://docs.netbird.io/how-to/networks-concept"} target={"_blank"}>
Networks
<ExternalLinkIcon size={12} />
</InlineLink>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/access-control/AccessControlModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export function AccessControlModalContent({
Learn more about
<InlineLink
href={
"https://docs.netbird.io/how-to/routing-traffic-to-private-networks"
"https://docs.netbird.io/how-to/manage-network-access"
}
target={"_blank"}
>
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={"#"} target={"_blank"}>
<InlineLink href={"https://docs.netbird.io/how-to/networks-concept"} 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={"#"} target={"_blank"}>
<InlineLink href={"https://docs.netbird.io/how-to/networks-concept#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/routing-traffic-to-private-networks"
"https://docs.netbird.io/how-to/networks-concept#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/routing-traffic-to-private-networks"
"https://docs.netbird.io/how-to/networks-concept"
}
target={"_blank"}
>
Expand Down

0 comments on commit fa9bcea

Please sign in to comment.