summaryrefslogtreecommitdiff
path: root/docs/narr/resources.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/resources.rst')
-rw-r--r--docs/narr/resources.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst
index 91e4aee92..53d01c920 100644
--- a/docs/narr/resources.rst
+++ b/docs/narr/resources.rst
@@ -227,7 +227,7 @@ templates and static files. Any software which uses the
:func:`pkg_resources.get_resource_string` APIs will obtain an
overridden file when an override is used.
-.. _resource_directive:
+.. _resource_zcml_directive:
The ``resource`` ZCML Directive
-------------------------------
@@ -293,3 +293,4 @@ For example:
override_with="another.package:templates/"
/>
+See also :ref:`resource_directive`.