summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.4.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-17 16:08:35 -0600
committerGitHub <noreply@github.com>2020-01-17 16:08:35 -0600
commit03d3bbd2791918a844da49eb4449b4953b83a31b (patch)
tree5899bebf50a3baf340b8fe650030c6a2b0525d0d /docs/whatsnew-1.4.rst
parent9c153e1250e00faa06003c10c3a26886489e6210 (diff)
parent108f026e1dcca554867ff8f7a211a5ce0668a26e (diff)
downloadpyramid-03d3bbd2791918a844da49eb4449b4953b83a31b.tar.gz
pyramid-03d3bbd2791918a844da49eb4449b4953b83a31b.tar.bz2
pyramid-03d3bbd2791918a844da49eb4449b4953b83a31b.zip
Merge pull request #3560 from merwok/docs/rewrite-custom-predicates
Rewrite docs for custom predicates
Diffstat (limited to 'docs/whatsnew-1.4.rst')
-rw-r--r--docs/whatsnew-1.4.rst2
1 files changed, 1 insertions, 1 deletions
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~