From 880b6e0944a982fbd3ab5fdd056b84d694f7c77b Mon Sep 17 00:00:00 2001 From: Jonathan Ballet Date: Mon, 1 Jun 2015 14:35:47 +0200 Subject: [PATCH] doc: fix link to docker-py documentation --- salt/states/dockerio.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/salt/states/dockerio.py b/salt/states/dockerio.py index cf03648402..85bd46beb8 100644 --- a/salt/states/dockerio.py +++ b/salt/states/dockerio.py @@ -645,9 +645,8 @@ def installed(name, List of volumes (see notes for the running function) For other parameters, see absolutely first the salt.modules.dockerio - execution module and the docker-py python bindings for docker - documentation - `_ for + execution module and the `docker-py python bindings for docker + documentation `_ for `docker.create_container`. .. note::