Browse code

HTTPS urls for ./hacking

Signed-off-by: Eric Windisch <eric@windisch.us>

Eric Windisch authored on 2015/04/12 02:22:16
Showing 2 changed files
... ...
@@ -3,7 +3,7 @@ set -e
3 3
 
4 4
 # DinD: a wrapper script which allows docker to be run inside a docker container.
5 5
 # Original version by Jerome Petazzoni <jerome@docker.com>
6
-# See the blog post: http://blog.docker.com/2013/09/docker-can-now-run-within-docker/
6
+# See the blog post: https://blog.docker.com/2013/09/docker-can-now-run-within-docker/
7 7
 #
8 8
 # This script should be executed inside a docker container in privilieged mode
9 9
 # ('docker run --privileged', introduced in docker 0.6).
... ...
@@ -6,7 +6,7 @@ set -e
6 6
 #
7 7
 # Requirements:
8 8
 # - The current directory should be a checkout of the docker source code
9
-#   (http://github.com/docker/docker). Whatever version is checked out
9
+#   (https://github.com/docker/docker). Whatever version is checked out
10 10
 #   will be built.
11 11
 # - The VERSION file, at the root of the repository, should exist, and
12 12
 #   will be used as Docker binary version and package version.
... ...
@@ -85,7 +85,7 @@ if [ "$AUTO_GOPATH" ]; then
85 85
 fi
86 86
 
87 87
 if [ ! "$GOPATH" ]; then
88
-	echo >&2 'error: missing GOPATH; please see http://golang.org/doc/code.html#GOPATH'
88
+	echo >&2 'error: missing GOPATH; please see https://golang.org/doc/code.html#GOPATH'
89 89
 	echo >&2 '  alternatively, set AUTO_GOPATH=1'
90 90
 	exit 1
91 91
 fi