Steve Piercy
2018-05-19 62ab0fcd0aa97b2671d07e1a98a11b96854a4b23
docs/tutorials/wiki2/definingmodels.rst
@@ -25,7 +25,7 @@
application was generated by the cookiecutter; it doesn't know about our
custom application requirements.
We need to add a dependency, the `bcrypt <https://pypi.python.org/pypi/bcrypt>`_ package, to our ``tutorial``
We need to add a dependency, the `bcrypt <https://pypi.org/project/bcrypt/>`_ package, to our ``tutorial``
package's ``setup.py`` file by assigning this dependency to the ``requires``
parameter in the ``setup()`` function.