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

Skip to content

Commit 30bbeba

Browse files
committed
adjust links
1 parent 07280de commit 30bbeba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/templates/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`.

docs/tutorials/faqs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ the IDE can be baked into the container image and manually open Gateway (or
344344
IntelliJ which has Gateway built-in), using a session token to Coder and then
345345
open the IDE.
346346

347-
- [IntelliJ IDEA](https://github.com/sharkymark/v2-templates/tree/main/pod-idea)
348-
- [IntelliJ IDEA with Icon](https://github.com/sharkymark/v2-templates/tree/main/pod-idea-icon)
347+
- [IntelliJ IDEA](https://github.com/sharkymark/v2-templates/tree/main/src/pod-idea)
348+
- [IntelliJ IDEA with Icon](https://github.com/sharkymark/v2-templates/tree/main/src/pod-idea-icon)
349349

350350
### What options do I have for adding VS Code extensions into code-server, VS Code Desktop or Microsoft's Code Server?
351351

@@ -405,7 +405,7 @@ colima start --arch x86_64 --cpu 4 --memory 8 --disk 10
405405
```
406406

407407
Colima will show the path to the docker socket so we have a
408-
[community template](https://github.com/sharkymark/v2-templates/tree/main/docker-code-server)
408+
[community template](https://github.com/sharkymark/v2-templates/tree/main/src/docker-code-server)
409409
that prompts the Coder admin to enter the docker socket as a Terraform variable.
410410

411411
### How to make a `coder_app` optional?

0 commit comments

Comments
 (0)