From ef534330a524f96fb93061ba7cd5b67de76b773f Mon Sep 17 00:00:00 2001 From: Dilep Dev Date: Mon, 15 Jan 2024 15:43:34 +0530 Subject: [PATCH] update: vscode gallery repo link (#1017) * update: vscode gallery repo link * update: broken links of ISE blog and Aridhia DRE --------- Co-authored-by: Shiran Rubin Co-authored-by: Tess Ferrandez --- docs/developer-experience/going-further.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-experience/going-further.md b/docs/developer-experience/going-further.md index cc210be36c..15f2b70764 100644 --- a/docs/developer-experience/going-further.md +++ b/docs/developer-experience/going-further.md @@ -9,7 +9,7 @@ Dev containers also allow us to: ## Existing tools -In the development phase, you will most probably need to use tools not installed by default in your Dev Container. For instance, if your project's target is to be deployed on Azure, you will need [Azure-cli](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) and maybe [Terraform](https://www.terraform.io/) for resources and application deployment. You can find such Dev Containers in the [VS Code dev container gallery repo](https://github.com/microsoft/vscode-dev-containers/tree/master/containers). +In the development phase, you will most probably need to use tools not installed by default in your Dev Container. For instance, if your project's target is to be deployed on Azure, you will need [Azure-cli](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) and maybe [Terraform](https://www.terraform.io/) for resources and application deployment. You can find such Dev Containers in the [VS Code dev container gallery repo](https://github.com/devcontainers/templates/tree/main/src). Some other tools may be: