summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-03-14 14:28:18 -0500
committerMichael Merickel <michael@merickel.org>2016-03-14 14:28:18 -0500
commit78cf75aef700f2db65d3dac379811c7f17eab1f7 (patch)
tree0bd9db3d4db1402e1663f3a34ee35053c1bbfa6d /docs
parent542f86ba5cd3e2eec18224b2e4eff88fe58b6f43 (diff)
downloadpyramid-78cf75aef700f2db65d3dac379811c7f17eab1f7.tar.gz
pyramid-78cf75aef700f2db65d3dac379811c7f17eab1f7.tar.bz2
pyramid-78cf75aef700f2db65d3dac379811c7f17eab1f7.zip
fix broken ref
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/subrequest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/subrequest.rst b/docs/narr/subrequest.rst
index ae1dd1b91..60972b156 100644
--- a/docs/narr/subrequest.rst
+++ b/docs/narr/subrequest.rst
@@ -299,7 +299,7 @@ handling an exception. This can be useful in a few different circumstances:
- Handling exceptions outside of the context of the `EXCVIEW` tween. The
tween only covers certain parts of the request processing pipeline
- (See :ref:`router chapter`) and there are some corner cases where an
+ (See :ref:`router_chapter`) and there are some corner cases where an
exception can be raised which will still bubble up to middleware and possibly
to the web server where a generic ``500 Internal Server Error`` will be
returned to the client.