summaryrefslogtreecommitdiff
path: root/docs/sources/contributing/devenvironment.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/contributing/devenvironment.md')
-rw-r--r--docs/sources/contributing/devenvironment.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sources/contributing/devenvironment.md b/docs/sources/contributing/devenvironment.md
index 54b867cf40..606f9302fc 100644
--- a/docs/sources/contributing/devenvironment.md
+++ b/docs/sources/contributing/devenvironment.md
@@ -16,7 +16,7 @@ Docker's build environment itself is a Docker container, so the first
step is to install Docker on your system.
You can follow the [install instructions most relevant to your
-system](https://docs.docker.io/installation/). Make sure you
+system](https://docs.docker.com/installation/). Make sure you
have a working, up-to-date docker installation, then continue to the
next step.
@@ -113,7 +113,7 @@ something like this
ok github.com/dotcloud/docker/utils 0.017s
If $TESTFLAGS is set in the environment, it is passed as extra arguments
-to `go test`. You can use this to select certain tests to run, e.g.
+to `go test`. You can use this to select certain tests to run, e.g.,
$ TESTFLAGS=`-run \^TestBuild\$` make test