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

Skip to content

Commit 373b36c

Browse files
authored
chore: update links to sharkymark's v2 templates (#14192)
* chore: update links to sharkymark's v2 templates Links were broken with a refactor in the source repo.
1 parent 3b53f5a commit 373b36c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/faqs.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ the IDE can be baked into the container image and manually open Gateway (or
339339
IntelliJ which has Gateway built-in), using a session token to Coder and then
340340
open 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)
356356
where the agent specifies the URL and config environment variables which
357357
code-server picks up and points the developer to.
358358

359359
Another option is to use Microsoft's code-server - which is like Coder's, but it
360360
can connect to Microsoft's extension marketplace so Copilot and chat can be
361361
retrieved 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

364364
Another option is to use VS Code Desktop (local) and that connects to
365365
Microsoft'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

402402
Colima 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)
404404
that prompts the Coder admin to enter the docker socket as a Terraform variable.
405405

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

docs/ides/web-ides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ you can configure the template to run Jupyter on a path. There is however
230230
running an app on a path and the template code is more complicated with coder
231231
value substitution to recreate the path structure.
232232

233-
[This](https://github.com/sharkymark/v2-templates/tree/main/pod-with-jupyter-path)
233+
[This](https://github.com/sharkymark/v2-templates/tree/main/src/pod-with-jupyter-path)
234234
is a community template example.
235235

236236
![JupyterLab in Coder](../images/jupyter.png)

0 commit comments

Comments
 (0)