diff options
| author | Joffrey F <joffrey@docker.com> | 2016-01-18 11:21:12 -0800 |
|---|---|---|
| committer | Joffrey F <joffrey@docker.com> | 2016-01-18 11:21:12 -0800 |
| commit | 426f66af1cf735c9bfcb81b4bfc2f43d88bc0f61 (patch) | |
| tree | c533288d9bf28cc5cea97a15f5b23403e62ad549 /docker/errors.py | |
| parent | bd658f7f7fdbefd6fd96907b2800583eaa2db373 (diff) | |
| download | docker-py-426f66af1cf735c9bfcb81b4bfc2f43d88bc0f61.tar.gz | |
Update HTTPS docs linkhttps_docs_link
Signed-off-by: Joffrey F <joffrey@docker.com>
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): |
