diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -26,9 +26,9 @@ and pathod websites. |mitmproxy_site| -The latest documentation for mitmproxy is available on our website. +The documentation for mitmproxy is available on our website: -|mitmproxy_docs| +|mitmproxy_docs_stable| |mitmproxy_docs_master| Join our discussion forum on Discourse to ask questions, help @@ -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 <http://docs.mitmproxy.org/en/stable/install.html>`__. +The installation instructions are `here <https://docs.mitmproxy.org/stable/overview-installation>`__. If you want to contribute changes, keep on reading. Contributing @@ -150,9 +150,13 @@ with the following command: :target: https://mitmproxy.org/ :alt: mitmproxy.org -.. |mitmproxy_docs| image:: https://shields.mitmproxy.org/api/docs-latest-brightgreen.svg - :target: https://mitmproxy.org/docs/latest/ - :alt: mitmproxy documentation +.. |mitmproxy_docs_stable| image:: https://shields.mitmproxy.org/api/docs-stable-brightgreen.svg + :target: https://docs.mitmproxy.org/stable/ + :alt: mitmproxy documentation stable + +.. |mitmproxy_docs_master| image:: https://shields.mitmproxy.org/api/docs-master-brightgreen.svg + :target: https://docs.mitmproxy.org/master/ + :alt: mitmproxy documentation master .. |mitmproxy_discourse| image:: https://shields.mitmproxy.org/api/https%3A%2F%2F-discourse.mitmproxy.org-orange.svg :target: https://discourse.mitmproxy.org @@ -182,7 +186,7 @@ with the following command: :target: https://pypi.python.org/pypi/mitmproxy :alt: Supported Python versions -.. _`advanced installation`: http://docs.mitmproxy.org/en/latest/install.html#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/ |