Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 473d766

Browse files
committed
Fix starter templates image path in docs
Correct the relative path for the starter templates image to ensure it loads properly in the managing templates documentation: - Updated path from `../../images/start/starter-templates.png` to `../../../images/start/starter-templates.png`.
1 parent b8f0294 commit 473d766

File tree

1 file changed

+1
-1
lines changed
  • docs/admin/templates/managing-templates

1 file changed

+1
-1
lines changed

docs/admin/templates/managing-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ images, VPC, cloud credentials, and so on. Coder supports all Terraform
2222
resources and properties, so fear not if your favorite cloud provider isn't
2323
here!
2424

25-
![Starter templates](../../images/start/starter-templates.png)
25+
![Starter templates](../../../images/start/starter-templates.png)
2626

2727
If you prefer to use Coder on the [command line](../../reference/cli/README.md),
2828
`coder templates init`.

0 commit comments

Comments
 (0)