Skip to content

Commit 4388838

Browse files
committed
more links
1 parent cbfbef5 commit 4388838

File tree

4 files changed

+3
-177
lines changed

4 files changed

+3
-177
lines changed

docs/cli.md

Lines changed: 0 additions & 174 deletions
This file was deleted.

docs/templates/agent-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All of these examples use
1515
for the script declaration. With heredoc strings, you can script without messy
1616
escape codes, just as if you were working in your terminal.
1717

18-
Some of the examples use the [`coder stat`](../cli/stat.md) command. This is
18+
Some of the examples use the [`coder stat`](../reference/cli/stat.md) command. This is
1919
useful for determining CPU and memory usage of the VM or container that the
2020
workspace is running in, which is more accurate than resource usage about the
2121
workspace's host.

docs/templates/change-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ coder templates push --yes $CODER_TEMPLATE_NAME \
2727
```
2828

2929
To cap token lifetime on creation,
30-
[configure Coder server to set a shorter max token lifetime](../cli/server.md#--max-token-lifetime).
30+
[configure Coder server to set a shorter max token lifetime](../reference/cli/server.md#--max-token-lifetime).
3131
For an example, see how we push our development image and template
3232
[with GitHub actions](https://github.com/coder/coder/blob/main/.github/workflows/dogfood.yaml).

docs/workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ to set the default quiet hours to a time when most users are not expected to be
131131
using Coder.
132132

133133
Admins can force users to use the default quiet hours with the
134-
[CODER_ALLOW_CUSTOM_QUIET_HOURS](./cli/server.md#allow-custom-quiet-hours)
134+
[CODER_ALLOW_CUSTOM_QUIET_HOURS](./reference/cli/server.md#allow-custom-quiet-hours)
135135
environment variable. Users will still be able to see the page, but will be
136136
unable to set a custom time or timezone. If users have already set a custom
137137
quiet hours schedule, it will be ignored and the default will be used instead.

0 commit comments

Comments
 (0)