aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-10-22 17:20:45 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-10-22 17:20:45 -0700
commit84555a601fc7a5ec5f283ff535166862a41ed396 (patch)
treec29dabf15a6b72652bb5f45270121c18e7275bfe /README.rst
parentceb12e86280f754f9147b208818cce9831bf7f86 (diff)
downloadmitmproxy-84555a601fc7a5ec5f283ff535166862a41ed396.tar.gz
mitmproxy-84555a601fc7a5ec5f283ff535166862a41ed396.tar.bz2
mitmproxy-84555a601fc7a5ec5f283ff535166862a41ed396.zip
fix README syntax
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index cdeada2d..33304b70 100644
--- a/README.rst
+++ b/README.rst
@@ -43,7 +43,7 @@ Join our developer chat on Slack if you would like to hack on mitmproxy itself.
Installation
------------
-The installation instructions are `here <http://docs.mitmproxy.org/en/stable/install.html>`_.
+The installation instructions are `here <http://docs.mitmproxy.org/en/stable/install.html>`__.
If you want to contribute changes, keep on reading.
@@ -52,7 +52,7 @@ Hacking
To get started hacking on mitmproxy, make sure you have Python_ 3.5.x or above with
virtualenv_ installed (you can find installation instructions for virtualenv
-`here <http://virtualenv.readthedocs.org/en/latest/>`_). Then do the following:
+`here <http://virtualenv.readthedocs.org/en/latest/>`__). Then do the following:
.. code-block:: text
@@ -188,6 +188,5 @@ PR checks will fail and block merging. We are using this command to check for st
.. _.env: https://github.com/mitmproxy/mitmproxy/blob/master/.env
.. _Sphinx: http://sphinx-doc.org/
.. _sphinx-autobuild: https://pypi.python.org/pypi/sphinx-autobuild
-.. _issue_tracker: https://github.com/mitmproxy/mitmproxy/issues
.. _PEP8: https://www.python.org/dev/peps/pep-0008
.. _Google Style Guide: https://google.github.io/styleguide/pyguide.html