diff options
Diffstat (limited to 'docs/whatsnew-1.8.rst')
| -rw-r--r-- | docs/whatsnew-1.8.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/whatsnew-1.8.rst b/docs/whatsnew-1.8.rst index ff16c1a4b..d6b58ced8 100644 --- a/docs/whatsnew-1.8.rst +++ b/docs/whatsnew-1.8.rst @@ -20,10 +20,10 @@ Major Feature Additions See https://github.com/Pylons/pyramid/pull/2660 - ``pserve --reload`` now uses the - `hupper <http://docs.pylonsproject.org/projects/hupper/en/latest/>`_ + `hupper <https://docs.pylonsproject.org/projects/hupper/en/latest/>`_ library to monitor file changes. This comes with many improvements: - - If the `watchdog <http://pythonhosted.org/watchdog/>`_ package is + - If the `watchdog <https://pythonhosted.org/watchdog/>`_ package is installed then monitoring will be done using inotify instead of cpu and disk-intensive polling. @@ -199,7 +199,7 @@ Documentation Enhancements https://github.com/Pylons/pyramid/pull/2838 - Add `pyramid_nacl_session - <http://docs.pylonsproject.org/projects/pyramid-nacl-session/en/latest/>`_ + <https://docs.pylonsproject.org/projects/pyramid-nacl-session/en/latest/>`_ to session factories. See https://github.com/Pylons/pyramid/issues/2791 - Update HACKING.txt from stale branch that was never merged to master. |
