Skip to content

Commit 800ff8a

Browse files
committed
Correct links
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent b7b8c27 commit 800ff8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tutorials/best-practices/speed-up-templates.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ such as `coderd_provisionerd_job_timings_seconds` and
5555
workspaces take to provision and how long the startup scripts take.
5656

5757
To make use of these metrics, you will need to
58-
[enable Prometheus metrics](../../admin/integrations/prometheus#enable-prometheus-metrics)
58+
[enable Prometheus metrics](../../admin/integrations/prometheus.md#enable-prometheus-metrics)
5959
exposition.
6060

6161
If you are not using the [Observability Chart](#coder-observability-chart), you
@@ -66,7 +66,7 @@ Coder installation.
6666

6767
`coder server` by default provides three built-in provisioner daemons
6868
(controlled by the
69-
[`CODER_PROVISIONER_DAEMONS`](../../reference/cli/server#--provisioner-daemons)
69+
[`CODER_PROVISIONER_DAEMONS`](../../reference/cli/server.md#--provisioner-daemons)
7070
config option). Each provisioner daemon can handle one single job (such as
7171
start, stop, or delete) at a time and can be resource intensive. When all
7272
provisioners are busy, workspaces enter a "pending" state until a provisioner
@@ -77,14 +77,14 @@ becomes available.
7777
Provisioners are queue-based to reduce unpredictable load to the Coder server.
7878
If you require a higher bandwidth of provisioner jobs, you can do so by
7979
increasing the
80-
[`CODER_PROVISIONER_DAEMONS`](../../reference/cli/server#--provisioner-daemons)
80+
[`CODER_PROVISIONER_DAEMONS`](../../reference/cli/server.md#--provisioner-daemons)
8181
config option.
8282

8383
You risk overloading Coder if you use too many built-in provisioners, so we
8484
recommend a maximum of five built-in provisioners per `coderd` replica. For more
8585
than five provisioners, we recommend that you move to
8686
[External Provisioners](../../admin/provisioners.md) and also consider
87-
[High Availability](../../admin/networking/high-availability) to run multiple
87+
[High Availability](../../admin/networking/high-availability.md) to run multiple
8888
`coderd` replicas.
8989

9090
Visit the
@@ -160,7 +160,7 @@ provider versions.
160160
### Cache directory
161161

162162
Coder will instruct Terraform to cache its downloaded providers in the
163-
configured [`CODER_CACHE_DIRECTORY`](../../reference/cli/server#--cache-dir)
163+
configured [`CODER_CACHE_DIRECTORY`](../../reference/cli/server.md#--cache-dir)
164164
directory.
165165

166166
Ensure that this directory is set to a location on disk which will persist

0 commit comments

Comments
 (0)