|
@@ -6,7 +6,7 @@ set -e
|
|
|
#
|
|
|
# Requirements:
|
|
|
# - The current directory should be a checkout of the docker source code
|
|
|
-# (http://github.com/docker/docker). Whatever version is checked out
|
|
|
+# (https://github.com/docker/docker). Whatever version is checked out
|
|
|
# will be built.
|
|
|
# - The VERSION file, at the root of the repository, should exist, and
|
|
|
# will be used as Docker binary version and package version.
|
|
@@ -85,7 +85,7 @@ if [ "$AUTO_GOPATH" ]; then
|
|
|
fi
|
|
|
|
|
|
if [ ! "$GOPATH" ]; then
|
|
|
- echo >&2 'error: missing GOPATH; please see http://golang.org/doc/code.html#GOPATH'
|
|
|
+ echo >&2 'error: missing GOPATH; please see https://golang.org/doc/code.html#GOPATH'
|
|
|
echo >&2 ' alternatively, set AUTO_GOPATH=1'
|
|
|
exit 1
|
|
|
fi
|