Skip to content

Commit

Permalink
Update docs links (benoitc#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnir authored and berkerpeksag committed Sep 16, 2017
1 parent 9e3dbd5 commit 6ad3d3c
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requirements
To generate documentation you need to install:

- Python >= 2.5
- Sphinx (http://sphinx.pocoo.org/)
- Sphinx (http://sphinx-doc.org/)


Generate html
Expand Down
10 changes: 5 additions & 5 deletions docs/source/2010-news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ Changelog - 2010
* Allow multiple keys in request and response headers

.. _Tornado: http://www.tornadoweb.org/
.. _`PEP 333`: http://www.python.org/dev/peps/pep-0333/
.. _Eventlet: http://eventlet.net
.. _Gevent: http://gevent.org
.. _OpenBSD: http://openbsd.org
.. _Websockets: http://dev.w3.org/html5/websockets/
.. _`PEP 333`: https://www.python.org/dev/peps/pep-0333/
.. _Eventlet: http://eventlet.net/
.. _Gevent: http://www.gevent.org/
.. _OpenBSD: https://www.openbsd.org/
.. _Websockets: https://html.spec.whatwg.org/multipage/web-sockets.html
2 changes: 1 addition & 1 deletion docs/source/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ settings. If you have ideas for providing settings to WSGI applications or
pulling information from Django's settings.py feel free to open an issue_ to
let us know.

.. _issue: http://github.com/benoitc/gunicorn/issues
.. _issue: https://github.com/benoitc/gunicorn/issues

Paster Applications
-------------------
Expand Down
16 changes: 8 additions & 8 deletions docs/source/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,15 +320,15 @@ utility::
Gunicorn error log is here to log errors from Gunicorn, not from another
application.

.. _Nginx: http://www.nginx.org
.. _Nginx: https://nginx.org/
.. _Hey: https://github.com/rakyll/hey
.. _`example configuration`: http://github.com/benoitc/gunicorn/blob/master/examples/nginx.conf
.. _`example configuration`: https://github.com/benoitc/gunicorn/blob/master/examples/nginx.conf
.. _runit: http://smarden.org/runit/
.. _`example service`: http://github.com/benoitc/gunicorn/blob/master/examples/gunicorn_rc
.. _Supervisor: http://supervisord.org
.. _`simple configuration`: http://github.com/benoitc/gunicorn/blob/master/examples/supervisor.conf
.. _`example service`: https://github.com/benoitc/gunicorn/blob/master/examples/gunicorn_rc
.. _Supervisor: http://supervisord.org/
.. _`simple configuration`: https://github.com/benoitc/gunicorn/blob/master/examples/supervisor.conf
.. _`configuration documentation`: http://docs.gunicorn.org/en/latest/settings.html#logging
.. _`logging configuration file`: https://github.com/benoitc/gunicorn/blob/master/examples/logging.conf
.. _Virtualenv: http://pypi.python.org/pypi/virtualenv
.. _Systemd: http://www.freedesktop.org/wiki/Software/systemd
.. _Gaffer <https://gaffer.readthedocs.io/en/latest/index.html>:
.. _Virtualenv: https://pypi.python.org/pypi/virtualenv
.. _Systemd: https://www.freedesktop.org/wiki/Software/systemd/
.. _Gaffer: https://gaffer.readthedocs.io/
4 changes: 2 additions & 2 deletions docs/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ code in the master process).
feature.

.. _Greenlets: https://github.com/python-greenlet/greenlet
.. _Eventlet: http://eventlet.net
.. _Gevent: http://gevent.org
.. _Eventlet: http://eventlet.net/
.. _Gevent: http://www.gevent.org/
.. _Hey: https://github.com/rakyll/hey
.. _aiohttp: https://github.com/KeepSafe/aiohttp
2 changes: 1 addition & 1 deletion docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ handle unbuffered requests (ie, serving requests directly from the internet)
you should use one of the async workers.

.. _Hey: https://github.com/rakyll/hey
.. _setproctitle: http://pypi.python.org/pypi/setproctitle
.. _setproctitle: https://pypi.python.org/pypi/setproctitle
.. _proc_name: settings.html#proc-name


Expand Down
10 changes: 5 additions & 5 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ you can install it in the usual way::

.. _`design docs`: design.html
.. _Eventlet: http://eventlet.net
.. _Gevent: http://gevent.org
.. _libevent: http://monkey.org/~provos/libevent
.. _Debian: http://www.debian.org/
.. _`Debian Backports`: http://backports.debian.org/
.. _Ubuntu: http://www.ubuntu.com/
.. _Gevent: http://www.gevent.org/
.. _libevent: http://libevent.org/
.. _Debian: https://www.debian.org/
.. _`Debian Backports`: https://backports.debian.org/
.. _Ubuntu: https://www.ubuntu.com/
2 changes: 1 addition & 1 deletion docs/source/instrumentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ all requests. The following metrics are generated:
* ``gunicorn.log.warning``: rate of warning log messages
* ``gunicorn.log.exception``: rate of exceptional log messages

.. _statsD: http://github.com/etsy/statsd
.. _statsD: https://github.com/etsy/statsd
2 changes: 1 addition & 1 deletion docs/source/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Settings can be specified by using environment variable

See :ref:`configuration` and :ref:`settings` for detailed usage.

.. _setproctitle: http://pypi.python.org/pypi/setproctitle/
.. _setproctitle: https://pypi.python.org/pypi/setproctitle

Integration
===========
Expand Down

0 comments on commit 6ad3d3c

Please sign in to comment.