summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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