From 8713daf44fea1fc6cad6793d4c967866da1408cd Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Tue, 16 Feb 2021 04:22:43 +0900 Subject: [PATCH] Update 1-Building-Fleet.md (#314) Add correct Docker link to Building Fleet doc. --- docs/3-Contribution/1-Building-Fleet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-Contribution/1-Building-Fleet.md b/docs/3-Contribution/1-Building-Fleet.md index ebaa8327a9..acd51e1ab2 100644 --- a/docs/3-Contribution/1-Building-Fleet.md +++ b/docs/3-Contribution/1-Building-Fleet.md @@ -16,7 +16,7 @@ To setup a working local development environment, you must install the following * [Go](https://golang.org/doc/install) (1.9 or greater) * [Node.js](https://nodejs.org/en/download/current/) and [Yarn](https://yarnpkg.com/en/docs/install) * [GNU Make](https://www.gnu.org/software/make/) (probably already installed if you're on macOS/Linux) -* [Docker](https://www.docker.com/products/overview#/install_the_platform) +* [Docker](https://docs.docker.com/get-docker/) > #### New to the Go language? >