diff options
author | Eric Hanchrow <eric.hanchrow@gmail.com> | 2017-01-22 14:50:31 -0800 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-01-23 20:42:03 +0100 |
commit | ccb888934286daac5df24663b8328b2a57cfee71 (patch) | |
tree | 9781999e0600dba152b7f8c847ca1d4683cc4230 /docs | |
parent | 0022c810e53eb0165abcdff2963100c78bcd4d7f (diff) | |
download | mitmproxy-ccb888934286daac5df24663b8328b2a57cfee71.tar.gz mitmproxy-ccb888934286daac5df24663b8328b2a57cfee71.tar.bz2 mitmproxy-ccb888934286daac5df24663b8328b2a57cfee71.zip |
fix link to macOS and Linux binaries
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index bcf07023..9a2aca0a 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -20,7 +20,7 @@ You can use Homebrew to install everything: brew install mitmproxy -Or you can download the pre-built binary packages from `mitmproxy.org`_. +Or you can download the pre-built binary packages from our `releases`_. .. _install-windows: @@ -44,7 +44,7 @@ Installation on Linux --------------------- The recommended way to run mitmproxy on Linux is to use the pre-built binaries -provided at `mitmproxy.org`_. +provided at `releases`_. Our pre-built binaries provide you with the latest version of mitmproxy, a self-contained Python 3.5 environment and a recent version of OpenSSL that @@ -144,6 +144,7 @@ by running: ``mitmproxy --version`` .. _Hacking: https://github.com/mitmproxy/mitmproxy/blob/master/README.rst#hacking +.. _releases: https://github.com/mitmproxy/mitmproxy/releases .. _mitmproxy.org: https://mitmproxy.org/ .. _`Python website`: https://www.python.org/downloads/windows/ .. _pip: https://pip.pypa.io/en/latest/installing.html |