summaryrefslogtreecommitdiff
path: root/docs/narr
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/narr
parent859668e9938b0949f309105b52fd3439ca7cf64c (diff)
downloadpyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.tar.gz
pyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.tar.bz2
pyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.zip
link to pypi.org
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/project.rst2
-rw-r--r--docs/narr/sessions.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index c54e28137..5234d89d1 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -763,7 +763,7 @@ field. The version number is specified in the ``version`` value. A short
description is provided in the ``description`` field. The ``long_description``
is conventionally the content of the ``README`` and ``CHANGES`` files appended
together. The ``classifiers`` field is a list of `Trove classifiers
-<https://pypi.python.org/pypi?%3Aaction=list_classifiers>`_ describing your
+<https://pypi.org/pypi?%3Aaction=list_classifiers>`_ describing your
application. ``author`` and ``author_email`` are text fields which probably
don't need any description. ``url`` is a field that should point at your
application project's URL (if any). ``packages=find_packages()`` causes all
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst
index b34d7a4f1..c0354841c 100644
--- a/docs/narr/sessions.rst
+++ b/docs/narr/sessions.rst
@@ -170,13 +170,13 @@ pyramid_beaker_ Beaker_ Session factory for Pyramid
sessioning system.
======================= ======= =============================
-.. _pyramid_nacl_session: https://pypi.python.org/pypi/pyramid_nacl_session
+.. _pyramid_nacl_session: https://pypi.org/project/pyramid_nacl_session/
.. _PyNaCl: https://pynacl.readthedocs.io/en/latest/secret/
-.. _pyramid_redis_sessions: https://pypi.python.org/pypi/pyramid_redis_sessions
+.. _pyramid_redis_sessions: https://pypi.org/project/pyramid_redis_sessions/
.. _Redis: https://redis.io/
-.. _pyramid_beaker: https://pypi.python.org/pypi/pyramid_beaker
+.. _pyramid_beaker: https://pypi.org/project/pyramid_beaker/
.. _Beaker: https://beaker.readthedocs.io/en/latest/
.. index::