Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fe5fb6

Browse files
committed
chore: fix networking docs links
1 parent 270f193 commit 0fe5fb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/networking/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ is no special geo-distribution configuration. To speed up direct connections,
5151
move the user and workspace closer together.
5252

5353
If a direct connection is not available (e.g. client or server is behind NAT), Coder
54-
will use a relayed connection. By default, [Coder uses Google's public STUN server](./cli/coder_server#--derp-server-stun-addresses), but
55-
this can be disabled or changed for [offline deployments](./install/offline.md).
54+
will use a relayed connection. By default, [Coder uses Google's public STUN server](../cli/server#--derp-server-stun-addresses), but
55+
this can be disabled or changed for [offline deployments](../install/offline.md).
5656

5757
### Relayed connections
5858

59-
By default, your Coder server also runs a built-in DERP relay which can be used for both public and [offline deployments](./install/offline.md).
59+
By default, your Coder server also runs a built-in DERP relay which can be used for both public and [offline deployments](../install/offline.md).
6060

6161
However, Tailscale has graciously allowed us to use
6262
[their global DERP relays](https://tailscale.com/kb/1118/custom-derp-servers/#what-are-derp-servers). You can launch `coder server` with Tailscale's DERPs like so:
@@ -131,4 +131,4 @@ INTERVAL TRANSFER BANDWIDTH
131131

132132
## Up next
133133

134-
- Learn about [Port Forwarding](./networking/port-forwarding.md)
134+
- Learn about [Port Forwarding](./port-forwarding.md)

0 commit comments

Comments
 (0)