summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorStoned Elipot <stoned.elipot@gmail.com>2013-02-16 13:40:04 +0100
committerStoned Elipot <stoned.elipot@gmail.com>2013-02-16 13:40:04 +0100
commit438c77f762dbca1dc808f21e666bb2cfaa6909e5 (patch)
treef01698ebfb2c92260ceb53b580b09753f90e53e6 /plugins
parent36f613f51ec47dfdda85550d969d681dd2d6c9d5 (diff)
downloadansible-438c77f762dbca1dc808f21e666bb2cfaa6909e5.tar.gz
pasto and core connection plugins reference fix
Diffstat (limited to 'plugins')
-rw-r--r--plugins/connections/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/connections/README.md b/plugins/connections/README.md
index dcab640b0a..ec857be9e2 100644
--- a/plugins/connections/README.md
+++ b/plugins/connections/README.md
@@ -1,4 +1,4 @@
-Connections are also pluggable, see lib/ansible/runner/connections.py for the ones that ship with ansible.
+Connections are also pluggable, see lib/ansible/runner/connection_plugins/ for the ones that ship with ansible.
-When non-core alternatives are avialable, they can be shared here.
+When non-core alternatives are available, they can be shared here.