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

Skip to content

Commit a154e2a

Browse files
committed
Fix configuration link paths in install docs
1 parent 7b48bcc commit a154e2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/install/cloud/ec2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deployments and you should adjust your infrastructure when preparing for
2929
production use. See: [Scaling Coder](../../admin/infrastructure/README.md)
3030

3131
Be sure to add a keypair so that you can connect over SSH to further
32-
[configure Coder](../../admin/configure.md).
32+
[configure Coder](../../admin/setup.md).
3333

3434
After launching the instance, wait 30 seconds and navigate to the public IPv4
3535
address. You should be redirected to a public tunnel URL.
@@ -49,8 +49,8 @@ pre-installed.
4949

5050
Coder is primarily configured by server-side flags and environment variables.
5151
Given you created or added key-pairs when launching the instance, you can
52-
[configure your Coder deployment](../../admin/configure.md) by logging in via
53-
SSH or using the console:
52+
[configure your Coder deployment](../../admin/setup.md) by logging in via SSH or
53+
using the console:
5454

5555
<!-- TOOD(@kylecarbs): fix this weird formatting (https://imgur.com/a/LAUY3cT) -->
5656

docs/install/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ which includes an PostgreSQL container and volume.
7777
workspace
7878

7979
Coder configuration is defined via environment variables. Learn more about
80-
Coder's [configuration options](../admin/configure.md).
80+
Coder's [configuration options](../admin/setup.md).
8181

8282
## Troubleshooting
8383

0 commit comments

Comments
 (0)