Skip to content

Commit

Permalink
Add documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
heisbrot committed Apr 17, 2024
1 parent 5633273 commit 2ad3195
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/modules/exit-node/ExitNodeHelpTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ export const ExitNodeHelpTooltip = ({
through one of your peers.
<div className={"mt-2"}>
Learn more about{" "}
<InlineLink href={"#"} target={"_blank"} className={"mr-1"}>
<InlineLink
href={
"https://docs.netbird.io/how-to/configuring-default-routes-for-internet-traffic"
}
target={"_blank"}
className={"mr-1"}
>
Exit Nodes
<ExternalLinkIcon size={10} />
</InlineLink>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/routes/RouteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export function RouteModalContent({
<InlineLink
href={
exitNode
? "#"
? "https://docs.netbird.io/how-to/configuring-default-routes-for-internet-traffic"
: "https://docs.netbird.io/how-to/routing-traffic-to-private-networks"
}
target={"_blank"}
Expand Down

0 comments on commit 2ad3195

Please sign in to comment.