diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-09 14:04:06 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-09 14:04:06 -0700 |
| commit | 8ab4a84a6ebcaf8e470f67ee7a7d4e8d2ce1eb4f (patch) | |
| tree | c24073cb7cfd184b0a6737fb8e5b7a87b332b76d /docs/tutorials/wiki2/src/authentication/development.ini | |
| parent | d47fa6f6f0328b4ed0688cd104334880da2b8fe7 (diff) | |
| parent | 638b920fe3458f52ce92964d7b947f2ecceb3673 (diff) | |
| download | pyramid-8ab4a84a6ebcaf8e470f67ee7a7d4e8d2ce1eb4f.tar.gz pyramid-8ab4a84a6ebcaf8e470f67ee7a7d4e8d2ce1eb4f.tar.bz2 pyramid-8ab4a84a6ebcaf8e470f67ee7a7d4e8d2ce1eb4f.zip | |
Merge pull request #2447 from stevepiercy/docs/easy-install-to-pip.2104
update wiki2/authentication
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/development.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/development.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/development.ini b/docs/tutorials/wiki2/src/authentication/development.ini index f3079727e..4a6c9325c 100644 --- a/docs/tutorials/wiki2/src/authentication/development.ini +++ b/docs/tutorials/wiki2/src/authentication/development.ini @@ -1,6 +1,6 @@ ### # app configuration -# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html +# http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/narr/environment.html ### [app:main] @@ -34,7 +34,7 @@ port = 6543 ### # logging configuration -# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html +# http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/narr/logging.html ### [loggers] |
