summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
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 /docs/narr/project.rst
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 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index f542eae86..776a0de44 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -1112,7 +1112,7 @@ Automatically Reloading Your Code
During development, it can be really useful to automatically have the
webserver restart when you make changes. ``pserve`` has a ``--reload`` switch
to enable this. It uses the
-`hupper <http://docs.pylonsproject.org/projects/hupper/en/latest/>`_ package
+`hupper <https://docs.pylonsproject.org/projects/hupper/en/latest/>`_ package
to enable this behavior. When your code crashes, ``hupper`` will wait for
another change or the ``SIGHUP`` signal before restarting again.