summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/scenario_guides/guide_cloudstack.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-17 05:01:18 -0700
committerRené Moser <mail@renemoser.net>2018-06-17 14:01:18 +0200
commitdc7e50fa90b7efd67b33eab11f0a3fed41f837fa (patch)
tree4a174689704cc758637fbe6bd3f13ca9b6dc79fd /docs/docsite/rst/scenario_guides/guide_cloudstack.rst
parentad8142fc6d08f9edeb9bc75807eaf04bd558e235 (diff)
downloadansible-dc7e50fa90b7efd67b33eab11f0a3fed41f837fa.tar.gz
Update additional pypi.python.org URLs to pypi.org (#41373)
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
Diffstat (limited to 'docs/docsite/rst/scenario_guides/guide_cloudstack.rst')
-rw-r--r--docs/docsite/rst/scenario_guides/guide_cloudstack.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/scenario_guides/guide_cloudstack.rst b/docs/docsite/rst/scenario_guides/guide_cloudstack.rst
index d37d6bdec2..9a25428ee5 100644
--- a/docs/docsite/rst/scenario_guides/guide_cloudstack.rst
+++ b/docs/docsite/rst/scenario_guides/guide_cloudstack.rst
@@ -13,7 +13,7 @@ Ansible contains a number of extra modules for interacting with CloudStack based
Prerequisites
`````````````
-Prerequisites for using the CloudStack modules are minimal. In addition to Ansible itself, all of the modules require the python library ``cs`` https://pypi.python.org/pypi/cs.
+Prerequisites for using the CloudStack modules are minimal. In addition to Ansible itself, all of the modules require the python library ``cs`` https://pypi.org/project/cs/
You'll need this Python module installed on the execution host, usually your workstation.