From 96512dd8484353bacd134a0bf9db774a166d530c Mon Sep 17 00:00:00 2001 From: Steven Noble Date: Sat, 30 Apr 2016 17:45:07 +1000 Subject: Include correct documentation URL in error message --- mitmproxy/platform/osx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/platform/osx.py b/mitmproxy/platform/osx.py index afbc919b..3cd4bc66 100644 --- a/mitmproxy/platform/osx.py +++ b/mitmproxy/platform/osx.py @@ -32,5 +32,5 @@ class Resolver(object): if insufficient_priv: raise RuntimeError( "Insufficient privileges to access pfctl. " - "See http://mitmproxy.org/doc/transparent/osx.html for details.") + "See http://docs.mitmproxy.org/en/latest/transparent/osx.html for details.") return pf.lookup(peer[0], peer[1], stxt) -- cgit v1.2.3