diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-17 01:40:43 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-17 01:40:43 +0000 |
| commit | 223d4c07df32392075d22baab861588c2ad5c4f3 (patch) | |
| tree | 98b65e7cea6050ca91f3d715301984f93767ab21 /docs/narr/hooks.rst | |
| parent | c81116eecf7ecc07e25451cbe312c3794c905539 (diff) | |
| download | pyramid-223d4c07df32392075d22baab861588c2ad5c4f3.tar.gz pyramid-223d4c07df32392075d22baab861588c2ad5c4f3.tar.bz2 pyramid-223d4c07df32392075d22baab861588c2ad5c4f3.zip | |
More pass overhaul based on making contextfinding explicit within documentation.
Diffstat (limited to 'docs/narr/hooks.rst')
| -rw-r--r-- | docs/narr/hooks.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index 47495b68c..720fe8af9 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -163,9 +163,9 @@ Changing the Traverser ---------------------- The default :term:`traversal` algorithm that BFG uses is explained in -:ref:`how_bfg_traverses`. Though it is rarely necessary, this default -algorithm can be swapped out selectively for a different traversal -pattern via configuration. +:ref:`traversal_algorithm`. Though it is rarely necessary, this +default algorithm can be swapped out selectively for a different +traversal pattern via configuration. Use an ``adapter`` stanza in your application's ``configure.zcml`` to change the default traverser: |
