summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-01-18 11:21:12 -0800
committerJoffrey F <joffrey@docker.com>2016-01-18 11:21:12 -0800
commit426f66af1cf735c9bfcb81b4bfc2f43d88bc0f61 (patch)
treec533288d9bf28cc5cea97a15f5b23403e62ad549 /docker
parentbd658f7f7fdbefd6fd96907b2800583eaa2db373 (diff)
downloaddocker-py-https_docs_link.tar.gz
Update HTTPS docs linkhttps_docs_link
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/errors.py4
-rw-r--r--docker/tls.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docker/errors.py b/docker/errors.py
index 066406a..e85910c 100644
--- a/docker/errors.py
+++ b/docker/errors.py
@@ -80,8 +80,8 @@ class TLSParameterError(DockerException):
def __str__(self):
return self.msg + (". TLS configurations should map the Docker CLI "
"client configurations. See "
- "http://docs.docker.com/examples/https/ for "
- "API details.")
+ "https://docs.docker.com/engine/articles/https/ "
+ "for API details.")
class NullResource(DockerException, ValueError):
diff --git a/docker/tls.py b/docker/tls.py
index d888b7d..94d736b 100644
--- a/docker/tls.py
+++ b/docker/tls.py
@@ -13,7 +13,7 @@ class TLSConfig(object):
ssl_version=None, assert_hostname=None,
assert_fingerprint=None):
# Argument compatibility/mapping with
- # http://docs.docker.com/examples/https/
+ # https://docs.docker.com/engine/articles/https/
# This diverges from the Docker CLI in that users can specify 'tls'
# here, but also disable any public/default CA pool verification by
# leaving tls_verify=False