Skip to content

Commit 226932c

Browse files
author
Katie Horne
authored
fix upgrade links (coder#746)
1 parent a254aef commit 226932c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

admin/access-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ obtained in the previous step.
3131

3232
When changing your access URL, you'll need to
3333
[update your Helm chart](../guides/admin/helm-charts.md) and
34-
[redeploy Coder](../setup/updating.md):
34+
[redeploy Coder](../setup/upgrade/index.md):
3535

3636
helm upgrade coder coder/coder \
3737
--set devurlsHost="\*.example.com"

guides/tls-certificates/cloudflare.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ specified by the certificate(s) created in step 2. The secret name(s) are
217217
arbitrary, but ensure they do not conflict with any other secrets in the Coder
218218
namespace.
219219

220-
Be sure to [redeploy Coder](../setup/updating) after changing your Helm values.
221-
Then, log in to Coder and change your access URL in `Manage > Admin` to use
222-
HTTPS.
220+
Be sure to [redeploy Coder](../../setup/upgrade/index.md) after changing your
221+
Helm values. Then, log in to Coder and change your access URL in
222+
`Manage > Admin` to use HTTPS.
223223

224224
## Troubleshooting
225225

setup/kubernetes/local-preview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ installed Coder.
144144
requirement is to use a service such as [nip.io][nip-url] to route domains to
145145
a local IP address.
146146

147-
1. [Update Coder](../updating.md#update-coder) with the following Helm values
148-
added for either your local (`127.0.0.1`) or private (e.g., `192.168.1.x`)
149-
address:
147+
1. [Update Coder](../upgrade/index.md#update-coder) with the following Helm
148+
values added for either your local (`127.0.0.1`) or private (e.g.,
149+
`192.168.1.x`) address:
150150

151151
```yaml
152152
coderd:
@@ -203,8 +203,8 @@ protection. Here's how to do this:
203203
nameserver 127.0.0.1
204204
```
205205

206-
1. [Update Coder](../updating#update-coder) with these Helm values added to use
207-
your new domains:
206+
1. [Update Coder](../upgrade/index.md#update-coder) with these Helm values added
207+
to use your new domains:
208208

209209
```yaml
210210
coderd:

0 commit comments

Comments
 (0)