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

Skip to content

Commit 7b48bcc

Browse files
committed
Update configuration links in install docs
Refactor links in installation documents to point to the `setup.md` for improved clarity and consistency in user guidance.
1 parent 54314f8 commit 7b48bcc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/install/cloud/compute-engine.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Your browser does not support the video tag.
3131
</video>
3232

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

3636
After launching the instance, wait 30 seconds and navigate to the public IPv4
3737
address. You should be redirected to a public tunnel URL.
@@ -48,8 +48,8 @@ pre-installed.
4848

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

5454
```shell
5555
ssh ubuntu@<gcp-public-IPv4>

docs/install/database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ With `psql -U coder`:
2020
CREATE DATABASE coder;
2121
```
2222

23-
Coder configuration is defined via
24-
[environment variables](../admin/configure.md). The database client requires the
25-
connection string provided via the `CODER_PG_CONNECTION_URL` variable.
23+
Coder configuration is defined via [environment variables](../admin/setup.md).
24+
The database client requires the connection string provided via the
25+
`CODER_PG_CONNECTION_URL` variable.
2626

2727
```shell
2828
export CODER_PG_CONNECTION_URL="postgres://coder:secret42@localhost/coder?sslmode=disable"

0 commit comments

Comments
 (0)