File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ deployments and you should adjust your infrastructure when preparing for
29
29
production use. See: [ Scaling Coder] ( ../../admin/infrastructure/README.md )
30
30
31
31
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 ) .
33
33
34
34
After launching the instance, wait 30 seconds and navigate to the public IPv4
35
35
address. You should be redirected to a public tunnel URL.
@@ -49,8 +49,8 @@ pre-installed.
49
49
50
50
Coder is primarily configured by server-side flags and environment variables.
51
51
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:
54
54
55
55
<!-- TOOD(@kylecarbs): fix this weird formatting (https://imgur.com/a/LAUY3cT) -->
56
56
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ which includes an PostgreSQL container and volume.
77
77
workspace
78
78
79
79
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 ) .
81
81
82
82
## Troubleshooting
83
83
You can’t perform that action at this time.
0 commit comments