aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2018-03-27 17:23:01 +0200
committerGitHub <noreply@github.com>2018-03-27 17:23:01 +0200
commit3ae9407a38442e16e68c6aadd7e126c3a1659849 (patch)
tree3a3a3eea440364d3235718977f3421b351644645 /README.rst
parent8f30c8debdb9d3f2c94cba2d378acde5533ae952 (diff)
downloadmitmproxy-3ae9407a38442e16e68c6aadd7e126c3a1659849.tar.gz
mitmproxy-3ae9407a38442e16e68c6aadd7e126c3a1659849.tar.bz2
mitmproxy-3ae9407a38442e16e68c6aadd7e126c3a1659849.zip
fix docs-related URLs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 563113eb..3cc64680 100644
--- a/README.rst
+++ b/README.rst
@@ -45,7 +45,7 @@ Join our developer chat on Slack if you would like to contribute to mitmproxy it
Installation
------------
-The installation instructions are `here <https://mitmproxy.org/docs/latest/overview-installation>`__.
+The installation instructions are `here <https://docs.mitmproxy.org/stable/overview-installation>`__.
If you want to contribute changes, keep on reading.
Contributing
@@ -151,7 +151,7 @@ with the following command:
:alt: mitmproxy.org
.. |mitmproxy_docs| image:: https://shields.mitmproxy.org/api/docs-latest-brightgreen.svg
- :target: https://mitmproxy.org/docs/latest/
+ :target: https://docs.mitmproxy.org/stable/
:alt: mitmproxy documentation
.. |mitmproxy_discourse| image:: https://shields.mitmproxy.org/api/https%3A%2F%2F-discourse.mitmproxy.org-orange.svg
@@ -182,7 +182,7 @@ with the following command:
:target: https://pypi.python.org/pypi/mitmproxy
:alt: Supported Python versions
-.. _`advanced installation`: https://mitmproxy.org/docs/latest/overview-installation/#advanced-installation
+.. _`advanced installation`: https://docs.mitmproxy.org/stable/overview-installation/#advanced-installation
.. _virtualenv: https://virtualenv.pypa.io/
.. _`pytest`: http://pytest.org/
.. _tox: https://tox.readthedocs.io/