Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix links to coder-tour
  • Loading branch information
EdwardAngert committed Oct 16, 2024
commit 53634702595195ccd23f5c6437968a1cc79d874b
6 changes: 3 additions & 3 deletions docs/admin/templates/managing-templates/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Working with templates

You create and edit Coder templates as [Terraform](../../../start/coder-tour.md)
configuration files (`.tf`) and any supporting files, like a README or
configuration files for other services.
You create and edit Coder templates as
[Terraform](../../../tutorials/quickstart.md) configuration files (`.tf`) and
any supporting files, like a README or configuration files for other services.

## Who creates templates?

Expand Down
2 changes: 1 addition & 1 deletion docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ coder login https://coder.example.com

## Next steps

- [Set up your first deployment](../start/coder-tour.md)
- [Set up your first deployment](../tutorials/quickstart.md)
- [Expose your control plane to other users](../admin/setup/index.md)