Skip to content

Commit cf4803c

Browse files
committed
fix links
1 parent 022a525 commit cf4803c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/templates/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To create a new Terraform lock file, run the
9090
inside a folder containing the Terraform source code for a given template.
9191

9292
This will create a new file named `.terraform.lock.hcl` in the current
93-
directory. When you next run [`coder templates push`](../cli/templates_push.md),
93+
directory. When you next run [`coder templates push`](../reference/cli/templates_push.md),
9494
the lock file will be stored alongside with the other template source code.
9595

9696
> Note: Terraform best practices also recommend checking in your

docs/templates/docker-in-workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Before using Podman, please review the following documentation:
269269
## Privileged sidecar container
270270
271271
A
272-
[privileged container](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities)
272+
[privileged container](https://docs.docker.com/reference/cli/docker/container/run/#privileged)
273273
can be added to your templates to add docker support. This may come in handy if
274274
your nodes cannot run Sysbox.
275275

0 commit comments

Comments
 (0)