Skip to content

Commit 1ef926a

Browse files
committed
relative links
1 parent c806859 commit 1ef926a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/admin/templates/extending-templates/prebuilt-workspaces.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ one, reducing setup time significantly.
1010

1111
- Premium license
1212
- Use `coder/coder` Terraform provider `>= 2.3.0-pre2` in your template (**TODO: update with latest version**)
13-
- Enable the `workspace-prebuilds` [experiment](https://coder.com/docs/reference/cli/server#--experiments)
13+
- Enable the `workspace-prebuilds` [experiment](../../../reference/cli/server.md#--experiments)
1414

1515
## Configuration
1616

@@ -66,7 +66,7 @@ startup scripts, the workspace will be marked eligible to be claimed.
6666

6767
## Relationship to workspace presets
6868

69-
[Workspace presets](https://coder.com/docs/admin/templates/extending-templates/parameters#workspace-presets-beta) allow
69+
[Workspace presets](./parameters.md#workspace-presets-beta) allow
7070
you to configure commonly used combinations of parameters into a single option, which makes it easier for developers to
7171
pick one that fits
7272
their needs.
@@ -94,7 +94,7 @@ _In future releases, we will allow operators to invalidate their prebuilt worksp
9494

9595
## Quotas
9696

97-
Prebuilt workspaces can be used in conjunction with [Resource Quotas](https://coder.com/docs/admin/users/quotas). Given
97+
Prebuilt workspaces can be used in conjunction with [Resource Quotas](../../users/quotas.md). Given
9898
that all unclaimed prebuilt workspaces are [owned](#ownership) by the `prebuilds` user, you may configure a quota for
9999
any group which this user appears in.
100100

0 commit comments

Comments
 (0)