1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix broken prerequisite link

Signed-off-by: Chris Khoo <chris.khoo@gmail.com>
This commit is contained in:
Chris Khoo 2015-03-23 19:21:31 -07:00
parent e6b7d93072
commit b21751da90

View file

@ -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, run a Docker container, and develop code in the container. Docker itself builds,
tests, and releases new Docker versions using this container. tests, and releases new Docker versions using this container.
If you followed the procedures that <a href="./set-up-prereqs" target="_blank"> If you followed the procedures that <a href="./software-required" target="_blank">
set up the prerequisites</a>, you should have a fork of the `docker/docker` set up the prerequisites</a>, you should have a fork of the `docker/docker`
repository. You also created a branch called `dry-run-test`. In this section, repository. You also created a branch called `dry-run-test`. In this section,
you continue working with your fork on this branch. you continue working with your fork on this branch.