summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@humppa.nl>2017-01-10 14:17:32 +0100
committerJohn R Barker <john@johnrbarker.com>2017-01-10 13:17:32 +0000
commit073c4df7903113f6edb1ad19cc36b857c96f59f1 (patch)
tree4c0fe0b65a1577b0c1c1225e14f5bc943cf6934a
parentbcf9cd1e2a01d8e111a28db157ebc255a5592dca (diff)
downloadansible-073c4df7903113f6edb1ad19cc36b857c96f59f1.tar.gz
Update references to Passlib as homepage/docsite moved (#20082)
-rw-r--r--docs/docsite/rst/faq.rst2
-rw-r--r--docs/docsite/rst/playbooks_prompts.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/faq.rst b/docs/docsite/rst/faq.rst
index 7881d693c1..1e6d725dfb 100644
--- a/docs/docsite/rst/faq.rst
+++ b/docs/docsite/rst/faq.rst
@@ -288,7 +288,7 @@ The mkpasswd utility that is available on most Linux systems is a great option:
mkpasswd --method=sha-512
If this utility is not installed on your system (e.g. you are using OS X) then you can still easily
-generate these passwords using Python. First, ensure that the `Passlib <https://code.google.com/p/passlib/>`_
+generate these passwords using Python. First, ensure that the `Passlib <https://bitbucket.org/ecollins/passlib/wiki/Home>`_
password hashing library is installed:
.. code-block:: shell-session
diff --git a/docs/docsite/rst/playbooks_prompts.rst b/docs/docsite/rst/playbooks_prompts.rst
index a18ed1ae72..606ab0f1f4 100644
--- a/docs/docsite/rst/playbooks_prompts.rst
+++ b/docs/docsite/rst/playbooks_prompts.rst
@@ -50,7 +50,7 @@ some other options, but otherwise works equivalently::
prompt: "Product release version"
private: no
-If `Passlib <http://pythonhosted.org/passlib/>`_ is installed, vars_prompt can also crypt the
+If `Passlib <https://passlib.readthedocs.io/en/stable/>`_ is installed, vars_prompt can also crypt the
entered value so you can use it, for instance, with the user module to define a password::
vars_prompt: