aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/platform
diff options
context:
space:
mode:
authorFenil Gandhi <fanilgandhi@gmail.com>2018-03-05 22:56:36 +0530
committerFenil Gandhi <fanilgandhi@gmail.com>2018-03-05 22:56:36 +0530
commitece600232883787873af8378ef99321566aef4ad (patch)
tree579975131e2818e4cc081ffdc1de5e0449d796e0 /mitmproxy/platform
parentb490a97b383903539074541a6fa191bc1b2717ab (diff)
downloadmitmproxy-ece600232883787873af8378ef99321566aef4ad.tar.gz
mitmproxy-ece600232883787873af8378ef99321566aef4ad.tar.bz2
mitmproxy-ece600232883787873af8378ef99321566aef4ad.zip
Update remaining old docs url with new one.
Diffstat (limited to 'mitmproxy/platform')
-rw-r--r--mitmproxy/platform/osx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/platform/osx.py b/mitmproxy/platform/osx.py
index f9de1fbf..9b150679 100644
--- a/mitmproxy/platform/osx.py
+++ b/mitmproxy/platform/osx.py
@@ -32,5 +32,5 @@ def original_addr(csock):
if insufficient_priv:
raise RuntimeError(
"Insufficient privileges to access pfctl. "
- "See http://docs.mitmproxy.org/en/latest/transparent/osx.html for details.")
+ "See https://mitmproxy.org/docs/latest/howto-transparent/#macos for details.")
return pf.lookup(peer[0], peer[1], stxt)