Skip to content

Commit 5b4ea7d

Browse files
committed
Fix broken links in getting started guide
1 parent c32ccf7 commit 5b4ea7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/start/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ product.
2828
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
2929
and whatever else Terraform lets you dream up.
3030

31-
[Learn more about managing infrastructure.](./templates/index.md)
31+
[Learn more about managing infrastructure.](../admin/templates/README.md)
3232

3333
## IDE Support
3434

@@ -80,7 +80,7 @@ layer of infrastructure control. This additional layer allows admins to:
8080
- Enable persistent workspaces, which are like local machines, but faster and
8181
hosted by a cloud service
8282

83-
Coder includes [production-ready templates](https://github.com/coder/coder/tree/c6b1daabc5a7aa67bfbb6c89966d728919ba7f80/examples/templates) for use with AWS EC2,
83+
Coder includes [production-ready templates](https://github.com/coder/coder/tree/main/examples/templates) for use with AWS EC2,
8484
Azure, Google Cloud, Kubernetes, and more.
8585

8686
## What Coder is _not_
@@ -104,5 +104,5 @@ Azure, Google Cloud, Kubernetes, and more.
104104

105105
## Up next
106106

107-
- Learn about [Templates](./templates/index.md)
108-
- [Install Coder](./install/index.md#install-coder)
107+
- Learn about [Templates](../admin/templates/README.md)
108+
- [Install Coder](../install/README.md)

0 commit comments

Comments
 (0)