summaryrefslogtreecommitdiff
path: root/docs/narr/router.rst
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-01-01 22:18:45 -0800
committerJohn Anderson <sontek@gmail.com>2015-01-01 22:18:45 -0800
commit35d64fd7ff6e1caf7cf43e94039c2748fd86dfbe (patch)
treeb19a2833212cd2d877250e606c0b726fca706c21 /docs/narr/router.rst
parent22c836ecbc6f10c4851d88017243f91e469016aa (diff)
parent0414b7c7b2e3ea45d4dcbdf273a9e332238a0f50 (diff)
downloadpyramid-35d64fd7ff6e1caf7cf43e94039c2748fd86dfbe.tar.gz
pyramid-35d64fd7ff6e1caf7cf43e94039c2748fd86dfbe.tar.bz2
pyramid-35d64fd7ff6e1caf7cf43e94039c2748fd86dfbe.zip
Merge branch 'master' of https://github.com/Pylons/pyramid into support_more_features_in_routes
Diffstat (limited to 'docs/narr/router.rst')
-rw-r--r--docs/narr/router.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/router.rst b/docs/narr/router.rst
index 693217a6b..6f90c70cc 100644
--- a/docs/narr/router.rst
+++ b/docs/narr/router.rst
@@ -9,7 +9,7 @@
Request Processing
==================
-.. image:: ../_static/pyramid_request_processing.svg
+.. image:: ../_static/pyramid_request_processing.*
:alt: Request Processing
Once a :app:`Pyramid` application is up and running, it is ready to accept
@@ -119,7 +119,7 @@ request enters a :app:`Pyramid` application through to the point that
#. The :term:`thread local` stack is popped.
-.. image:: ../_static/pyramid_router.svg
+.. image:: ../_static/pyramid_router.*
:alt: Pyramid Router
This is a very high-level overview that leaves out various details. For more