@@ -339,8 +339,8 @@ the IDE can be baked into the container image and manually open Gateway (or
339339IntelliJ which has Gateway built-in), using a session token to Coder and then
340340open the IDE.
341341
342- -[IntelliJ IDEA](https://github.com/sharkymark/v2-templates/tree/main/pod-idea)
343- -[IntelliJ IDEA with Icon](https://github.com/sharkymark/v2-templates/tree/main/pod-idea-icon)
342+ -[IntelliJ IDEA](https://github.com/sharkymark/v2-templates/tree/main/src/ pod-idea)
343+ -[IntelliJ IDEA with Icon](https://github.com/sharkymark/v2-templates/tree/main/src/ pod-idea-icon)
344344
345345# ## What options do I have for adding VS Code extensions into code-server, VS Code Desktop or Microsoft's Code Server?
346346
@@ -352,18 +352,18 @@ Artifactory.
352352-[Blog post](https://coder.com/blog/running-a-private-vs-code-extension-marketplace)
353353-[OSS project](https://github.com/coder/code-marketplace)
354354
355- [See this example template](https://github.com/sharkymark/v2-templates/blob/main/code-marketplace/main.tf#L229C1-L232C12)
355+ [See this example template](https://github.com/sharkymark/v2-templates/blob/main/src/ code-marketplace/main.tf#L229C1-L232C12)
356356where the agent specifies the URL and config environment variables which
357357code-server picks up and points the developer to.
358358
359359Another option is to use Microsoft's code-server - which is like Coder's, but it
360360can connect to Microsoft's extension marketplace so Copilot and chat can be
361361retrieved there.
362- [See a sample template here](https://github.com/sharkymark/v2-templates/blob/main/vs-code-server/main.tf).
362+ [See a sample template here](https://github.com/sharkymark/v2-templates/blob/main/src/ vs-code-server/main.tf).
363363
364364Another option is to use VS Code Desktop (local) and that connects to
365365Microsoft's marketplace.
366- https://github.com/sharkymark/v2-templates/blob/main/vs-code-server/main.tf
366+ https://github.com/sharkymark/v2-templates/blob/main/src/ vs-code-server/main.tf
367367
368368> Note: these are example templates with no SLAs on them and are not guaranteed
369369> for long-term support.
@@ -400,7 +400,7 @@ colima start --arch x86_64 --cpu 4 --memory 8 --disk 10
400400` ` `
401401
402402Colima will show the path to the docker socket so we have a
403- [community template](https://github.com/sharkymark/v2-templates/tree/main/docker-code-server)
403+ [community template](https://github.com/sharkymark/v2-templates/tree/main/src/ docker-code-server)
404404that prompts the Coder admin to enter the docker socket as a Terraform variable.
405405
406406# ## How to make a `coder_app` optional?