Skip to content

Commit

Permalink
Fix link to Docker engine
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
adbridge committed Nov 1, 2022
1 parent 16f49ea commit 5690044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/VSCODE_DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Tested on:
1. _Windows Only_ Install Ubuntu from the Windows App Store here:
<https://www.microsoft.com/en-us/p/ubuntu-1804-lts/9n9tngvndl3q>
1. Install [Docker](https://www.docker.com/) for your operating system of choice
from here: <https://docs.docker.com/install>
from here: <https://docs.docker.com/engine/install>
1. Install [Visual Studio Code](https://code.visualstudio.com/) for your
operating system of choice here: <https://code.visualstudio.com/Download>
1. Install [Git](https://git-scm.com/) if you haven't already
Expand Down

0 comments on commit 5690044

Please sign in to comment.