Skip to content

Commit b721ce1

Browse files
committed
fix more links
1 parent 8c74b2e commit b721ce1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/admin/provisioners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on the Coder server and start the provisioner with
4040
the [Helm example](#example-running-an-external-provisioner-with-helm) below.
4141

4242
> Coder still supports authenticating the provisioner daemon with a
43-
> [token](../reference/cli.md#--token) from a user with the Template Admin or
43+
> [token](../reference/cli/README.md#--token) from a user with the Template Admin or
4444
> Owner role. This method is deprecated in favor of the PSK, which only has
4545
> permission to access provisioner daemon APIs. We recommend migrating to the
4646
> PSK as soon as practical.

docs/admin/scaling/scale-testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ on the workload size to ensure deployment stability.
113113
#### CPU and memory usage
114114

115115
Enabling
116-
[agent stats collection](../../reference/cli.md#--prometheus-collect-agent-stats)
116+
[agent stats collection](../../reference/cli/server.md#--prometheus-collect-agent-stats)
117117
(optional) may increase memory consumption.
118118

119119
Enabling direct connections between users and workspace agents (apps or SSH
120120
traffic) can help prevent an increase in CPU usage. It is recommended to keep
121-
[this option enabled](../../reference/cli.md#--disable-direct-connections)
121+
[this option enabled](../../reference/cli/server.md#--disable-direct-connections)
122122
unless there are compelling reasons to disable it.
123123

124124
Inactive users do not consume Coder resources.

docs/admin/workspace-proxies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Workspace proxies can be used in the browser by navigating to the user
2626

2727
## Requirements
2828

29-
- The [Coder CLI](../reference/cli.md) must be installed and authenticated as a
29+
- The [Coder CLI](../reference/cli/README.md) must be installed and authenticated as a
3030
user with the Owner role.
3131

3232
## Step 1: Create the proxy

0 commit comments

Comments
 (0)