mirror of https://github.com/docker/docker-py.git
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:
parent
8478491cf8
commit
c96848eb9c
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue