summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/whatsnew-1.4.rst')
-rw-r--r--docs/whatsnew-1.4.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/whatsnew-1.4.rst b/docs/whatsnew-1.4.rst
index 8e333bf5d..f57178db1 100644
--- a/docs/whatsnew-1.4.rst
+++ b/docs/whatsnew-1.4.rst
@@ -71,7 +71,8 @@ Subrequest Support
- Developers may invoke a subrequest by using the
:meth:`pyramid.request.Request.invoke_subrequest` API. This allows a
developer to obtain a response from one view callable by issuing a subrequest
- from within a different view callable.
+ from within a different view callable. See :ref:`subrequest_chapter` for
+ more information.
Minor Feature Additions
-----------------------