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>
This commit is contained in:
Ben Firshman 2016-11-23 14:47:46 +00:00
parent 8478491cf8
commit c96848eb9c
No known key found for this signature in database
GPG Key ID: 18296449E36D2F1E
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@ You can manage images:
[<Image 'ubuntu'>, <Image 'nginx'>, ...] [<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.