Steve Piercy
2016-07-02 fd50aa3e18381f162e08400bcb6582fbf4822661
fix URLs
4 files modified
11 ■■■■ changed files
docs/narr/logging.rst 3 ●●●● patch | view | raw | blame | history
docs/narr/muchadoabouttraversal.rst 4 ●●● patch | view | raw | blame | history
docs/narr/renderers.rst 2 ●●● patch | view | raw | blame | history
docs/narr/templates.rst 2 ●●● patch | view | raw | blame | history
docs/narr/logging.rst
@@ -292,7 +292,8 @@
To log or email exceptions generated by your :app:`Pyramid` application, use
the :term:`pyramid_exclog` package.  Details about its configuration are in its
`documentation <http://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
`documentation
<http://docs.pylonsproject.org/projects/pyramid_exclog/en/latest/>`_.
.. index::
   single: TransLogger
docs/narr/muchadoabouttraversal.rst
@@ -8,9 +8,7 @@
.. note::
   This chapter was adapted, with permission, from a blog post by `Rob Miller
   <http://blog.nonsequitarian.org/>`_, originally published at
   http://blog.nonsequitarian.org/2010/much-ado-about-traversal/.
   This chapter was adapted, with permission, from a blog post by Rob Miller.
Traversal is an alternative to :term:`URL dispatch` which allows :app:`Pyramid`
applications to map URLs to code.
docs/narr/renderers.rst
@@ -317,7 +317,7 @@
.. versionadded:: 1.1
:class:`pyramid.renderers.JSONP` is a `JSONP
<http://en.wikipedia.org/wiki/JSONP>`_ renderer factory helper which implements
<https://en.wikipedia.org/wiki/JSONP>`_ renderer factory helper which implements
a hybrid JSON/JSONP renderer.  JSONP is useful for making cross-domain AJAX
requests.
docs/narr/templates.rst
@@ -448,7 +448,7 @@
.. _pyramid_chameleon:
   http://docs.pylonsproject.org/projects/pyramid-chameleon/en/latest/
.. _Jinja2: http://jinja.pocoo.org/docs/
.. _Jinja2: http://jinja.pocoo.org/docs/dev/
.. _pyramid_jinja2:
   http://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/