Steve Piercy
2017-06-26 ea593f9dd35df6892fa73061dda22fdf8a8a6055
docs/narr/project.rst
@@ -1112,7 +1112,7 @@
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.