summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.8.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 20:11:45 +0900
committerGitHub <noreply@github.com>2018-11-27 20:11:45 +0900
commit0bdc83690cdd11a7044c8106e8fd84bf2df46d95 (patch)
tree2b95fd2470c8e92f053239a4ed0587f056c741ca /docs/whatsnew-1.8.rst
parentee6f85bcf8821c6cfe320844a176dc0f4be08a74 (diff)
parent4c914ede7e790395a193003265eec87ea317acb4 (diff)
downloadpyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.tar.gz
pyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.tar.bz2
pyramid-0bdc83690cdd11a7044c8106e8fd84bf2df46d95.zip
Merge pull request #3437 from stevepiercy/docs-linkcheck
Docs linkcheck
Diffstat (limited to 'docs/whatsnew-1.8.rst')
-rw-r--r--docs/whatsnew-1.8.rst6
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.