summaryrefslogtreecommitdiff
path: root/CHANGES.txt
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 /CHANGES.txt
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 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fc601c5ca..2f24262c2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -77,7 +77,7 @@ Major Features
- The file format used by all ``p*`` command line scripts such as ``pserve``
and ``pshell``, as well as the ``pyramid.paster.bootstrap`` function
is now replaceable thanks to a new dependency on
- `plaster <http://docs.pylonsproject.org/projects/plaster/en/latest/>`_.
+ `plaster <https://docs.pylonsproject.org/projects/plaster/en/latest/>`_.
For now, Pyramid is still shipping with integrated support for the
PasteDeploy INI format by depending on the
@@ -93,7 +93,7 @@ Major Features
The first library to use this feature is
`pyramid_retry
- <http://docs.pylonsproject.org/projects/pyramid-retry/en/latest/>`_.
+ <https://docs.pylonsproject.org/projects/pyramid-retry/en/latest/>`_.
See https://github.com/Pylons/pyramid/pull/2964