summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/cookiecutters
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-26 04:12:28 -0700
committerGitHub <noreply@github.com>2017-06-26 04:12:28 -0700
commitea593f9dd35df6892fa73061dda22fdf8a8a6055 (patch)
tree4fe4eef2b79438f136d80df8dbf8e63e0fc24976 /docs/quick_tutorial/cookiecutters
parentefc3780c3038ce66e1560c40bb77eef10a8658cc (diff)
parent19d341b5be789e97000d3dcbd33de75d8b061829 (diff)
downloadpyramid-ea593f9dd35df6892fa73061dda22fdf8a8a6055.tar.gz
pyramid-ea593f9dd35df6892fa73061dda22fdf8a8a6055.tar.bz2
pyramid-ea593f9dd35df6892fa73061dda22fdf8a8a6055.zip
Merge pull request #3103 from stevepiercy/master
change http://docs.pylonsproject.org to https
Diffstat (limited to 'docs/quick_tutorial/cookiecutters')
-rw-r--r--docs/quick_tutorial/cookiecutters/development.ini4
-rw-r--r--docs/quick_tutorial/cookiecutters/production.ini4
2 files changed, 4 insertions, 4 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]