summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 2b465b1d1..d68f5cd3d 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -298,7 +298,9 @@ decorator to do this work.
to scan for view declarations. Also, if you use decorators, it
means that other people will not be able to override your view
declarations externally using ZCML: this is a common requirement if
- you're developing an exensible application (e.g. a framework).
+ you're developing an exensible application (e.g. a framework). See
+ :ref:`extending_chapter` for more information about building
+ extensible applications.
The ``bfg_view`` Decorator
~~~~~~~~~~~~~~~~~~~~~~~~~~