Fix invalid RST link in docker_network docs

This commit is contained in:
Erik Johnson 2018-10-23 08:24:24 -05:00
parent 28bc5e351f
commit 7ea1d6cdd3
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -392,7 +392,7 @@ def present(name,
This state supports networks with either IPv4, or both IPv4 and IPv6. If
configuring IPv4, then you can pass the :ref:`IPAM pool arguments
`<salt-states-docker-network-present-ipam-pool-arguments>` below as
<salt-states-docker-network-present-ipam-pool-arguments>` below as
individual arguments. However, if configuring IPv4 and IPv6, the arguments
must be passed as a list of dictionaries, in the ``ipam_pools`` argument
(click :ref:`here <salt-states-docker-network-present-ipam-examples>` for