Skip to content

Commit b4c7c4a

Browse files
committed
fix cli subcommand paths
1 parent 8d9f35d commit b4c7c4a

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

docs/reference/cli/README.md

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/templates/creating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ here!
2525

2626
![Starter templates](../images/templates/starter-templates.png)
2727

28-
If you prefer to use Coder on the [command line](../cli.md), use
28+
If you prefer to use Coder on the [command line](../reference/cli/README.md), use
2929
`coder templates init`.
3030

3131
> Coder starter templates are also available on our

scripts/clidocgen/command.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Aliases:
3333
| Name | Purpose |
3434
| ---- | ----- |
3535
{{- end }}
36-
| [{{ $cmd.Name | wrapCode }}](./{{if atRoot $}}cli/{{end}}{{commandURI $cmd}}) | {{ $cmd.Short }} |
36+
| [{{ $cmd.Name | wrapCode }}](./{{commandURI $cmd}}) | {{ $cmd.Short }} |
3737
{{- end}}
3838
{{ "" }}
3939
{{- range $index, $opt := visibleOptions . }}

0 commit comments

Comments
 (0)