diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-27 03:01:19 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-27 03:01:19 -0800 |
| commit | 4c914ede7e790395a193003265eec87ea317acb4 (patch) | |
| tree | 2b95fd2470c8e92f053239a4ed0587f056c741ca /docs/whatsnew-1.8.rst | |
| parent | 8478a3e4bc2e9b5f77edb107e95c4e045e54811d (diff) | |
| download | pyramid-4c914ede7e790395a193003265eec87ea317acb4.tar.gz pyramid-4c914ede7e790395a193003265eec87ea317acb4.tar.bz2 pyramid-4c914ede7e790395a193003265eec87ea317acb4.zip | |
Fix links after running linkcheck, excluding HISTORY.txt, a local link, and a bad link in WebOb docs
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. |
