summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/glossary.rst2
-rw-r--r--docs/narr/hooks.rst6
-rw-r--r--docs/narr/urldispatch.rst2
-rw-r--r--docs/whatsnew-1.4.rst2
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 61ba34f45..7137f14a4 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -1091,7 +1091,7 @@ Glossary
predicate factory
A callable which is used by a third party during the registration of a
route, view, or subscriber predicates to extend the configuration
- system. See :ref:`registering_thirdparty_predicates` for more
+ system. See :ref:`registering_custom_predicates` for more
information.
add-on
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index fbb845447..b6b103eb3 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -1416,10 +1416,10 @@ The ``ptweens`` command-line utility can be used to report the current implicit
and explicit tween chains used by an application. See
:ref:`displaying_tweens`.
-.. _registering_thirdparty_predicates:
+.. _registering_curstom_predicates:
-Adding a Third Party View, Route, or Subscriber Predicate
----------------------------------------------------------
+Adding a Custom View, Route, or Subscriber Predicate
+----------------------------------------------------
.. versionadded:: 1.4
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index df79a645a..c178dd4ce 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -1251,7 +1251,7 @@ like in the examples above.
.. seealso::
- See :ref:`registering_thirdparty_predicates` for more information about
+ See :ref:`registering_custom_predicates` for more information about
custom view, route, and subscriber predicates.
See also :class:`pyramid.interfaces.IRoute` for more API documentation
diff --git a/docs/whatsnew-1.4.rst b/docs/whatsnew-1.4.rst
index fce889854..6c9a9bf9b 100644
--- a/docs/whatsnew-1.4.rst
+++ b/docs/whatsnew-1.4.rst
@@ -31,7 +31,7 @@ Third-Party Predicates
Similar features exist for :meth:`pyramid.config.Configurator.add_route`,
and :meth:`pyramid.config.Configurator.add_subscriber`. See
- :ref:`registering_thirdparty_predicates` for more information.
+ :ref:`registering_custom_predicates` for more information.
Easy Custom JSON Serialization
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~