summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2016-11-23 14:47:46 +0000
committerBen Firshman <ben@firshman.co.uk>2016-11-23 14:47:46 +0000
commitc96848eb9c05f978a380ba3668605c51e811d4fb (patch)
treea136400de7aa32c8476dcf9b208b3367bbad1945 /README.md
parent8478491cf8cef62d210e477befc02efc6f241ba3 (diff)
downloaddocker-py-c96848eb9c05f978a380ba3668605c51e811d4fb.tar.gz
Fix documentation link in readme
The rest of the readme is wrong until we release 2.0, but at least the documentation points to the right place. Closes #1302 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 094b13c..6441931 100644
--- a/README.md
+++ b/README.md
@@ -70,4 +70,4 @@ You can manage images:
[<Image 'ubuntu'>, <Image 'nginx'>, ...]
```
-[Read the full documentation](https://docs.docker.com/sdk/python/) to see everything you can do.
+[Read the full documentation](https://docker-py.readthedocs.io) to see everything you can do.