From 3fa1bc0f8546530171f6e70fbaf524265c6d6039 Mon Sep 17 00:00:00 2001 From: Anna Bridge Date: Wed, 2 Nov 2022 03:35:37 +0000 Subject: [PATCH] Fix link to Docker engine (#23421) 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 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