From 65a3ba4d8d0fc399cd3ad22b2e85b692023b1234 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 13 Jun 2022 11:59:17 -0500 Subject: [PATCH 1/2] docs: fix: use absolute link for examples --- docs/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates.md b/docs/templates.md index 6c4651be64e0c..c762abd68f05a 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -9,8 +9,8 @@ to everybody. Users can also manually update their workspaces. ## Manage templates -Coder provides production-ready [sample templates](../examples/templates/), but you can -modify the templates with Terraform. +Coder provides production-ready [sample templates]([../examples/templates/](https://github.com/coder/coder/tree/main/examples/templates)), +but you can modify the templates with Terraform. ```sh # start from an example From 7bf6a0a2f6c2747d3097d938940a70d26fcd2971 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 13 Jun 2022 11:59:57 -0500 Subject: [PATCH 2/2] fix ugh --- docs/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.md b/docs/templates.md index c762abd68f05a..a13e3b3dcc6e0 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -9,7 +9,7 @@ to everybody. Users can also manually update their workspaces. ## Manage templates -Coder provides production-ready [sample templates]([../examples/templates/](https://github.com/coder/coder/tree/main/examples/templates)), +Coder provides production-ready [sample templates](https://github.com/coder/coder/tree/main/examples/templates), but you can modify the templates with Terraform. ```sh