summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 4b0de4a0e..c50cc9e25 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -615,11 +615,12 @@ in the model, and the HTML given back to the browser.
This example uses ``render_template_to_response`` which is a
shortcut function. If you want more control over the response, use
the ``render_template`` function, also present in
- :ref:`template_module`. You may then create your own :term:`WebOb`
- Response object, using the result of ``render_template`` as the
- response's body. There is also a ``get_template`` API in the same
- module, which you can use to retrieve the template object without
- rendering it at all, for additional control.
+ :ref:`chameleon_zpt_module`. You may then create your own
+ :term:`WebOb` Response object, using the result of
+ ``render_template`` as the response's body. There is also a
+ ``get_template`` API in the same module, which you can use to
+ retrieve the template object without rendering it at all, for
+ additional control.
.. note::