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/quick_tutorial | |
| 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/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/cookiecutters/development.ini | 4 | ||||
| -rw-r--r-- | docs/quick_tutorial/cookiecutters/production.ini | 4 | ||||
| -rw-r--r-- | docs/quick_tutorial/functional_testing.rst | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/quick_tutorial/cookiecutters/development.ini b/docs/quick_tutorial/cookiecutters/development.ini index a5093fb52..ec621169d 100644 --- a/docs/quick_tutorial/cookiecutters/development.ini +++ b/docs/quick_tutorial/cookiecutters/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] @@ -28,7 +28,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] diff --git a/docs/quick_tutorial/cookiecutters/production.ini b/docs/quick_tutorial/cookiecutters/production.ini index e24a065b1..8d2b9c79d 100644 --- a/docs/quick_tutorial/cookiecutters/production.ini +++ b/docs/quick_tutorial/cookiecutters/production.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] @@ -22,7 +22,7 @@ listen = *: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] diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst index 33793578a..518e3d67d 100644 --- a/docs/quick_tutorial/functional_testing.rst +++ b/docs/quick_tutorial/functional_testing.rst @@ -14,7 +14,7 @@ Unit tests are a common and popular approach to test-driven development (TDD). In web applications, though, the templating and entire apparatus of a web site are important parts of the delivered quality. We'd like a way to test these. -`WebTest <http://docs.pylonsproject.org/projects/webtest/en/latest/>`_ is a +`WebTest <https://docs.pylonsproject.org/projects/webtest/en/latest/>`_ is a Python package that does functional testing. With WebTest you can write tests which simulate a full HTTP request against a WSGI application, then test the information in the response. For speed purposes, WebTest skips the |
