diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-06-26 03:48:21 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-06-26 03:48:21 -0700 |
| commit | 19d341b5be789e97000d3dcbd33de75d8b061829 (patch) | |
| tree | 4fe4eef2b79438f136d80df8dbf8e63e0fc24976 /docs/tutorials/wiki2/src/authentication/development.ini | |
| parent | efc3780c3038ce66e1560c40bb77eef10a8658cc (diff) | |
| download | pyramid-19d341b5be789e97000d3dcbd33de75d8b061829.tar.gz pyramid-19d341b5be789e97000d3dcbd33de75d8b061829.tar.bz2 pyramid-19d341b5be789e97000d3dcbd33de75d8b061829.zip | |
change http://docs.pylonsproject.org to https
- use correct URL for code style
- use correct Pyramid version for zodb wiki src file template
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 00d0dd2bf..cc2a5586e 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 +# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html ### [app:main] @@ -34,7 +34,7 @@ listen = localhost:6543 ### # logging configuration -# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html +# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html ### [loggers] |
