Skip to content

Commit 4eda703

Browse files
author
Katie Horne
authored
chore: fix broken links to use full path (#2606)
1 parent b55fca4 commit 4eda703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ layer of infrastructure control. This additional layer allows admins to:
7474
- Enable persistent workspaces, which are like local machines, but faster and
7575
hosted by a cloud service
7676

77-
Coder includes [production-ready templates](../examples/templates/README.md) for use with AWS EC2,
77+
Coder includes [production-ready templates](https://github.com/coder/coder/tree/c6b1daabc5a7aa67bfbb6c89966d728919ba7f80/examples/templates) for use with AWS EC2,
7878
Azure, Google Cloud, Kubernetes, and more.
7979

8080
## What Coder is _not_

docs/workspaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resources](./templates.md#persistent-and-ephemeral-resources).
3333

3434
> ⚠️ To avoid data loss, refer to your template documentation for information on
3535
> where to store files, install software, etc., so that they persist. Default
36-
> templates are documented in [../examples/templates](../examples/templates/README.md).
36+
> templates are documented in [../examples/templates](https://github.com/coder/coder/tree/c6b1daabc5a7aa67bfbb6c89966d728919ba7f80/examples/templates).
3737
>
3838
> You can use `coder show <workspace-name>` to see which resources are
3939
> persistent and which are ephemeral.

0 commit comments

Comments
 (0)