From 6be93a48f674a4ce1dd28b328e2405f1c8fe4844 Mon Sep 17 00:00:00 2001 From: Vim USDS Date: Fri, 2 Sep 2022 00:55:57 -0700 Subject: [PATCH] Update Quickstart docker link --- QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index 00edc3f8..37806f43 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -10,7 +10,7 @@ Cloning into 'justice40-tool'... $ cd justice40-tool ``` -Install [`docker`](https://www.docker.com/). See [Install Docker](INSTALLATION.md#install-docker). +Install [`docker`](https://docs.docker.com/get-docker/). See [Install Docker](INSTALLATION.md#install-docker). > *Important*: To be able to run the entire application, you may need to increase the memory allocated for docker to at least 8096 MB. See [this post](https://stackoverflow.com/a/44533437) for more details.