summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/authorization.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-04-24 00:33:06 -0500
committerMichael Merickel <michael@merickel.org>2018-04-24 00:39:00 -0500
commit8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2 (patch)
tree2f6dfdb45703ca15099749c76707c561618e3358 /docs/tutorials/wiki/authorization.rst
parent859668e9938b0949f309105b52fd3439ca7cf64c (diff)
downloadpyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.tar.gz
pyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.tar.bz2
pyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.zip
link to pypi.org
Diffstat (limited to 'docs/tutorials/wiki/authorization.rst')
-rw-r--r--docs/tutorials/wiki/authorization.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst
index 9a8313748..a2e61e632 100644
--- a/docs/tutorials/wiki/authorization.rst
+++ b/docs/tutorials/wiki/authorization.rst
@@ -43,7 +43,7 @@ Access control
Add dependencies
~~~~~~~~~~~~~~~~
-Just like in :ref:`wiki_defining_views`, we need a new dependency. We need to add the `bcrypt <https://pypi.python.org/pypi/bcrypt>`_ package, to our tutorial package's ``setup.py`` file by assigning this dependency to the ``requires`` parameter in the ``setup()`` function.
+Just like in :ref:`wiki_defining_views`, we need a new dependency. We need to add 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.
Open ``setup.py`` and edit it to look like the following: