summaryrefslogtreecommitdiff
path: root/hack/dind
diff options
context:
space:
mode:
Diffstat (limited to 'hack/dind')
-rwxr-xr-xhack/dind2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/dind b/hack/dind
index a9de03e4ff..77629ad0a5 100755
--- a/hack/dind
+++ b/hack/dind
@@ -3,7 +3,7 @@ set -e
# DinD: a wrapper script which allows docker to be run inside a docker container.
# Original version by Jerome Petazzoni <jerome@dotcloud.com>
-# See the blog post: http://blog.docker.io/2013/09/docker-can-now-run-within-docker/
+# See the blog post: http://blog.docker.com/2013/09/docker-can-now-run-within-docker/
#
# This script should be executed inside a docker container in privilieged mode
# ('docker run --privileged', introduced in docker 0.6).