diff options
Diffstat (limited to 'docker/errors.py')
-rw-r--r-- | docker/errors.py | 4 |
1 files changed, 2 insertions, 2 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): |