diff options
Diffstat (limited to 'docker/transport/npipeconn.py')
-rw-r--r-- | docker/transport/npipeconn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/transport/npipeconn.py b/docker/transport/npipeconn.py index 3054037..db059b4 100644 --- a/docker/transport/npipeconn.py +++ b/docker/transport/npipeconn.py @@ -96,7 +96,7 @@ class NpipeAdapter(requests.adapters.HTTPAdapter): # doesn't have a hostname, like is the case when using a UNIX socket. # Since proxies are an irrelevant notion in the case of UNIX sockets # anyway, we simply return the path URL directly. - # See also: https://github.com/docker/docker-py/issues/811 + # See also: https://github.com/docker/docker-sdk-python/issues/811 return request.path_url def close(self): |