diff options
| author | Michael Merickel <michael@merickel.org> | 2020-11-29 15:24:35 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-29 15:24:35 -0600 |
| commit | 4988f604d0c49862643efa318a5d73272cd0a6d1 (patch) | |
| tree | 123ce142766910cdb2972ef263f50f61ff18ef82 /docs/api/authentication.rst | |
| parent | dba2bb6b6ffc4a01994ae1d3397187a668ff3148 (diff) | |
| parent | f79396bf461afa2c744047e20c6a39e5d6826f4a (diff) | |
| download | pyramid-4988f604d0c49862643efa318a5d73272cd0a6d1.tar.gz pyramid-4988f604d0c49862643efa318a5d73272cd0a6d1.tar.bz2 pyramid-4988f604d0c49862643efa318a5d73272cd0a6d1.zip | |
Merge pull request #3565 from mmerickel/prep-2.0
whatsnew 2.0
Diffstat (limited to 'docs/api/authentication.rst')
| -rw-r--r-- | docs/api/authentication.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index f3a25ee64..a1a8dfea1 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -26,7 +26,7 @@ Authentication Policies ~~~~~~~~~~~~~~~~~~~~~~~ Authentication policies have been deprecated by the new security system. See -:ref:`upgrading_auth` for more information. +:ref:`upgrading_auth_20` for more information. .. autoclass:: AuthTktAuthenticationPolicy :members: |
