From 3960e0ea546c687fba67ea566bd2d4d1ee280a80 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Tue, 1 Nov 2022 13:26:42 +0200 Subject: [PATCH] fix: Use immutable links for docker with intellij/pycharm --- docs/ides/web-ides.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ides/web-ides.md b/docs/ides/web-ides.md index e70d756f3f6d2..e4cae5b111010 100644 --- a/docs/ides/web-ides.md +++ b/docs/ides/web-ides.md @@ -200,9 +200,9 @@ resource "coder_app" "intellij" { You can also reference/use to these pre-built templates with JetBrains projector: -- IntelliJ ([Docker](https://github.com/mark-theshark/v2-templates/tree/main/docker-with-intellij), [Kubernetes](https://github.com/sharkymark/v2-templates/tree/main/multi-projector-intellij)) +- IntelliJ ([Docker](https://github.com/sharkymark/v2-templates/tree/e815748bf5d029da15dac29fb25a6fd4ef8e73bf/the-archives/docker-with-intellij), [Kubernetes](https://github.com/sharkymark/v2-templates/tree/main/multi-projector-intellij)) -- PyCharm ([Docker](https://github.com/mark-theshark/v2-templates/tree/main/docker-with-pycharm), [Kubernetes](https://github.com/sharkymark/v2-templates/tree/main/multi-projector-pycharm) +- PyCharm ([Docker](https://github.com/sharkymark/v2-templates/tree/e815748bf5d029da15dac29fb25a6fd4ef8e73bf/the-archives/docker-with-pycharm), [Kubernetes](https://github.com/sharkymark/v2-templates/tree/main/multi-projector-pycharm) > You need to have a valid `~/.kube/config` on your Coder host and a namespace on a Kubernetes cluster to use the Kubernetes pod template examples.