From 5367fab1f02fa5668dd39d9b4f7edba70b8f8165 Mon Sep 17 00:00:00 2001 From: Chris Khoo Date: Mon, 23 Mar 2015 19:21:31 -0700 Subject: [PATCH] fix broken prerequisite link Signed-off-by: Chris Khoo Upstream-commit: b21751da907cb2889aa9ca95ebf6c4c66e6131a6 Component: engine --- components/engine/docs/sources/project/set-up-dev-env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/project/set-up-dev-env.md b/components/engine/docs/sources/project/set-up-dev-env.md index 637eef6f58..9b767ad649 100644 --- a/components/engine/docs/sources/project/set-up-dev-env.md +++ b/components/engine/docs/sources/project/set-up-dev-env.md @@ -15,7 +15,7 @@ You use the `docker` repository and its `Dockerfile` to create a Docker image, run a Docker container, and develop code in the container. Docker itself builds, tests, and releases new Docker versions using this container. -If you followed the procedures that +If you followed the procedures that set up the prerequisites, you should have a fork of the `docker/docker` repository. You also created a branch called `dry-run-test`. In this section, you continue working with your fork on this branch.