Skip to content

Commit b00820d

Browse files
committed
fix doc links
1 parent f3d9279 commit b00820d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/admin/provisioners.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For example, running 30 provisioner containers will allow 30 users to start
2626
workspaces at the same time.
2727

2828
Provisioners are started with the
29-
[coder provisionerd start](../reference/cli/provisionerd_start.md) command.
29+
[coder provisionerd start](../reference/cli/provisioner_start.md) command.
3030

3131
## Authentication
3232

@@ -49,7 +49,7 @@ the [Helm example](#example-running-an-external-provisioner-with-helm) below.
4949

5050
Provisioners can broadly be categorized by scope: `organization` or `user`. The
5151
scope of a provisioner can be specified with
52-
[`-tag=scope=<scope>`](../reference/cli/provisionerd_start.md#t---tag) when
52+
[`-tag=scope=<scope>`](../reference/cli/provisioner_start.md#t---tag) when
5353
starting the provisioner daemon. Only users with at least the
5454
[Template Admin](../admin/users.md#roles) role or higher may create
5555
organization-scoped provisioner daemons.
@@ -59,7 +59,7 @@ There are two exceptions:
5959
- [Built-in provisioners](../reference/cli/server.md#provisioner-daemons) are
6060
always organization-scoped.
6161
- External provisioners started using a
62-
[pre-shared key (PSK)](../reference/cli/provisionerd_start.md#psk) are always
62+
[pre-shared key (PSK)](../reference/cli/provisioner_start.md#psk) are always
6363
organization-scoped.
6464

6565
### Organization-Scoped Provisioners

0 commit comments

Comments
 (0)