diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-17 00:05:06 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-17 00:05:06 -0400 |
| commit | 692fd6816616ed5b3cb9ef3c0f2c6eff2276da93 (patch) | |
| tree | 064cad54f7f97468990f652ea2deb4536d6c64dc /docs/tutorials/wiki/authorization.rst | |
| parent | ef2b367333b7bc2fb88020eec75eb67f4ca95a6e (diff) | |
| download | pyramid-692fd6816616ed5b3cb9ef3c0f2c6eff2276da93.tar.gz pyramid-692fd6816616ed5b3cb9ef3c0f2c6eff2276da93.tar.bz2 pyramid-692fd6816616ed5b3cb9ef3c0f2c6eff2276da93.zip | |
master->1.3-branch
Diffstat (limited to 'docs/tutorials/wiki/authorization.rst')
| -rw-r--r-- | docs/tutorials/wiki/authorization.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst index c1be2cc72..e599e7086 100644 --- a/docs/tutorials/wiki/authorization.rst +++ b/docs/tutorials/wiki/authorization.rst @@ -24,8 +24,8 @@ Finally, we will add a ``login.pt`` template and change the existing ``view.pt`` and ``edit.pt`` to show a "Logout" link when not logged in. The source code for this tutorial stage can be browsed via -`http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src/authorization/ -<http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src/authorization/>`_. +`http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki/src/authorization/ +<http://github.com/Pylons/pyramid/tree/1.3-branch/docs/tutorials/wiki/src/authorization/>`_. Add Authentication and Authorization Policies ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
