diff options
| author | Michael Merickel <michael@merickel.org> | 2018-04-24 00:33:06 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-04-24 00:39:00 -0500 |
| commit | 8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2 (patch) | |
| tree | 2f6dfdb45703ca15099749c76707c561618e3358 /docs/tutorials/wiki/basiclayout.rst | |
| parent | 859668e9938b0949f309105b52fd3439ca7cf64c (diff) | |
| download | pyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.tar.gz pyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.tar.bz2 pyramid-8bd6f7d3ed849daa0b42b9f75e441fd32437ccf2.zip | |
link to pypi.org
Diffstat (limited to 'docs/tutorials/wiki/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/wiki/basiclayout.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst index b6363088b..a0b365a23 100644 --- a/docs/tutorials/wiki/basiclayout.rst +++ b/docs/tutorials/wiki/basiclayout.rst @@ -44,7 +44,7 @@ Open ``tutorial/__init__.py``. It should already contain the following: #. *Line 16*. Include support for the :term:`Chameleon` template rendering bindings, allowing us to use the ``.pt`` templates. -#. *Line 17*. Include support for ``pyramid_tm``, allowing Pyramid requests to join the active transaction as provided by the `transaction <https://pypi.python.org/pypi/transaction>`_ package. +#. *Line 17*. Include support for ``pyramid_tm``, allowing Pyramid requests to join the active transaction as provided by the `transaction <https://pypi.org/project/transaction/>`_ package. #. *Line 18*. Include support for ``pyramid_retry`` to retry a request when transient exceptions occur. |
