From 5690044d2c4c8543cb8dd8bf34c4bd23254cdb72 Mon Sep 17 00:00:00 2001 From: Anna Bridge Date: Tue, 1 Nov 2022 15:19:08 +0000 Subject: [PATCH] Fix link to Docker engine Since the launch of Docker Desktop the default link in VSCODE_DEVELOPMENT.md points to that instead. To install the Docker engine you now need to go to https://docs.docker.com/engine/install instead. Signed-off-by: Anna Bridge --- docs/VSCODE_DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VSCODE_DEVELOPMENT.md b/docs/VSCODE_DEVELOPMENT.md index 91ea805f5a0370..38cc9648f67c7f 100644 --- a/docs/VSCODE_DEVELOPMENT.md +++ b/docs/VSCODE_DEVELOPMENT.md @@ -21,7 +21,7 @@ Tested on: 1. _Windows Only_ Install Ubuntu from the Windows App Store here: 1. Install [Docker](https://www.docker.com/) for your operating system of choice - from here: + from here: 1. Install [Visual Studio Code](https://code.visualstudio.com/) for your operating system of choice here: 1. Install [Git](https://git-scm.com/) if you haven't already