summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py2
-rw-r--r--docs/narr/advconfig.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c524bc5d5..48658ee9b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -74,6 +74,8 @@ intersphinx_mapping = {
'toolbar': ('https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/', None),
'tutorials': ('https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None),
'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest/', None),
+ 'zcml': (
+ 'https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest/', None),
}
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index 33edb0eae..3ef350888 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -364,7 +364,7 @@ the special name ``includeme``, which should perform configuration (like the
:meth:`~pyramid.config.Configurator.include` can also accept a :term:`dotted
Python name` to a function or a module.
-.. note:: See :ref:`the_include_tag` for a declarative alternative to the
+.. note:: See :ref:`zcml:the_include_tag` for a declarative alternative to the
:meth:`~pyramid.config.Configurator.include` method.
.. _twophase_config: