Skip to content

Commit 0bc5d1b

Browse files
committed
fix broken links
1 parent 256c750 commit 0bc5d1b

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

setup/kubernetes/local-preview.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Set up a Coder deployment locally for testing.
44
---
55

66
Coder is typically deployed onto Kubernetes cluster, but if you would like to
7-
set up a lightweight preview deployment, you can do so locally using using [URL]
8-
and [URL].
7+
set up a lightweight preview deployment, you can do so locally using using
8+
[Docker][docker-url] and [kind][kind-url].
99

1010
> Coder currently supports local preview only on workstations running macOS or
1111
> Linux.
@@ -31,8 +31,9 @@ deployment running entirely inside a Docker container.
3131

3232
### CVMs
3333

34-
The local preview supports [URL] if you meet the following requirements (if you
35-
choose not to try out CVMs, these requirements do not apply):
34+
The local preview supports [CVMs][cvm-url] if you meet the following
35+
requirements (if you choose not to try out CVMs, these requirements do not
36+
apply):
3637

3738
1. Your Linux hosts must be running Linux Kernel 5 and above.
3839

@@ -49,14 +50,15 @@ choose not to try out CVMs, these requirements do not apply):
4950
linux linux-headers-5.11.4-arch1-1
5051
```
5152

52-
1. Docker Desktop for Mac **must** use version [URL]. This specific version is
53-
required because of a recent downgrade to Linux Kernel 4.9 due to a
54-
[bug](docker-bug-url).
53+
1. Docker Desktop for Mac **must** use version [2.5.0.1][docker-mac-url]. This
54+
specific version is required because of a recent downgrade to Linux Kernel
55+
4.9 due to a [bug][docker-bug-url].
5556

5657
### Dev URLs
5758

58-
The local preview doesn't support [dev URL] by default. Instead, you can use
59-
tools like [URL] to preview webpages from inside a workspace.
59+
The local preview doesn't support [dev URLs](../workspaces/devurls) by default.
60+
Instead, you can use tools like [ngrok][ngrok-url] to preview webpages from
61+
inside a workspace.
6062

6163
To enable local dev URLs, follow
6264
[the instructions below](#enable-local-dev-urls) after installing Coder.
@@ -99,7 +101,7 @@ automatically configured for you, so there's no first-time setup to do.
99101
## Enable local dev URLs
100102

101103
A wildcard subdomain is required to use dev URLs with Coder. One option is to
102-
use a service such as [nip.io](nip-url) to route domains local IP.
104+
use a service such as [nip.io][nip-url] to route domains local IP.
103105

104106
[Update Coder](https://coder.com/docs/coder/latest/setup/updating#update-coder)
105107
with the following helm values added for either your local (127.0.0.1) or
@@ -112,7 +114,7 @@ devurls:
112114
host: "*.127.0.0.1.nip.io"
113115
```
114116
115-
Alternatively, [dnsmasq](dnsmasq-url) can be used to create local domains (e.g
117+
Alternatively, [dnsmasq][dnsmasq-url] can be used to create local domains (e.g
116118
`http://dashboard.coder` and `http://*.coder`). This may be useful if you do not
117119
want to rely on an external service/network, or if your network has DNS
118120
rebinding protection. Here's how:
@@ -162,9 +164,8 @@ rebinding protection. Here's how:
162164
nameserver 127.0.0.1
163165
```
164166

165-
1. To use the new domains,
166-
[update Coder](https://coder.com/docs/coder/latest/setup/updating#update-coder)
167-
with these helm values added:
167+
1. To use the new domains, [update Coder](../updating#update-coder) with these
168+
helm values added:
168169

169170
```yaml
170171
ingress:
@@ -184,7 +185,7 @@ curl -fsSL https://coder.com/try.sh | sh -s -- down
184185
Because Coder runs inside Docker, you should have nothing left on your machine
185186
after tear down.
186187

187-
If you added custom DNS for [local dev URLs](enable-local-dev-urls), you can
188+
If you added custom DNS for [local dev URLs](#enable-local-dev-urls), you can
188189
revert these changes by uninstalling dnsmasq and removing the resolver config:
189190

190191
```console

0 commit comments

Comments
 (0)