diff --git a/docs/README.md b/docs/README.md index d6dfcb9699503..450eaca3bac6f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -74,7 +74,7 @@ layer of infrastructure control. This additional layer allows admins to: - Enable persistent workspaces, which are like local machines, but faster and hosted by a cloud service -Coder includes [production-ready templates](../examples/templates/README.md) for use with AWS EC2, +Coder includes [production-ready templates](https://github.com/coder/coder/tree/c6b1daabc5a7aa67bfbb6c89966d728919ba7f80/examples/templates) for use with AWS EC2, Azure, Google Cloud, Kubernetes, and more. ## What Coder is _not_ diff --git a/docs/workspaces.md b/docs/workspaces.md index 43583f49763f5..6a4b6c74ceab2 100644 --- a/docs/workspaces.md +++ b/docs/workspaces.md @@ -33,7 +33,7 @@ resources](./templates.md#persistent-and-ephemeral-resources). > ⚠️ To avoid data loss, refer to your template documentation for information on > where to store files, install software, etc., so that they persist. Default -> templates are documented in [../examples/templates](../examples/templates/README.md). +> templates are documented in [../examples/templates](https://github.com/coder/coder/tree/c6b1daabc5a7aa67bfbb6c89966d728919ba7f80/examples/templates). > > You can use `coder show ` to see which resources are > persistent and which are ephemeral.