Skip to content

Commit 855cd60

Browse files
committed
Fix broken links and spelling in FAQs doc
1 parent ca016b3 commit 855cd60

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/tutorials/faqs.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ to establish these direct connections.
5555
Setting the following flags as shown disables this logic to simplify
5656
troubleshooting.
5757

58-
| Flag | Value | Meaning |
59-
| ------------------------------------------------------------------------------------------ | ----------- | ------------------------------------- |
60-
| [`CODER_BLOCK_DIRECT`](../reference/cli/server#--block-direct-connections) | `true` | Blocks direct connections |
61-
| [`CODER_DERP_SERVER_STUN_ADDRESSES`](../reference/cli/server#--derp-server-stun-addresses) | `"disable"` | Disables STUN |
62-
| [`CODER_DERP_FORCE_WEBSOCKETS`](../reference/cli/server#--derp-force-websockets) | `true` | Forces websockets over Tailscale DERP |
58+
| Flag | Value | Meaning |
59+
| --------------------------------------------------------------------------------------------- | ----------- | ------------------------------------- |
60+
| [`CODER_BLOCK_DIRECT`](../reference/cli/server.md#--block-direct-connections) | `true` | Blocks direct connections |
61+
| [`CODER_DERP_SERVER_STUN_ADDRESSES`](../reference/cli/server.md#--derp-server-stun-addresses) | `"disable"` | Disables STUN |
62+
| [`CODER_DERP_FORCE_WEBSOCKETS`](../reference/cli/server.md#--derp-force-websockets) | `true` | Forces websockets over Tailscale DERP |
6363

6464
### How do I configure NGINX as the reverse proxy in front of Coder?
6565

@@ -123,14 +123,14 @@ resource "coder_app" "code-server" {
123123
An important concept to understand is that Coder creates workspaces which have
124124
an agent that must be able to reach the `coder server`.
125125

126-
If the [`CODER_ACCESS_URL`](../admin/configure.md#access-url) is not accessible
127-
from a workspace, the workspace may build, but the agent cannot reach Coder, and
128-
thus the missing icons. e.g., Terminal, IDEs, Apps.
126+
If the [`CODER_ACCESS_URL`](../admin/setup.md#access-url) is not accessible from
127+
a workspace, the workspace may build, but the agent cannot reach Coder, and thus
128+
the missing icons. e.g., Terminal, IDEs, Apps.
129129

130130
> By default, `coder server` automatically creates an Internet-accessible
131131
> reverse proxy so that workspaces you create can reach the server.
132132

133-
If you are doing a standalone install, e.g., on a Macbook and want to build
133+
If you are doing a standalone install, e.g., on a MacBook and want to build
134134
workspaces in Docker Desktop, everything is self-contained and workspaces
135135
(containers in Docker Desktop) can reach the Coder server.
136136

0 commit comments

Comments
 (0)