From 22eebfd574c95bbaf600aa67f14e52a44345e678 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 19 Oct 2016 14:25:11 +1300 Subject: addons.Addons -> addonmanager, builtins -> addons --- docs/scripting/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/scripting/overview.rst') diff --git a/docs/scripting/overview.rst b/docs/scripting/overview.rst index 5966eb1d..b820538e 100644 --- a/docs/scripting/overview.rst +++ b/docs/scripting/overview.rst @@ -6,7 +6,7 @@ Overview Mitmproxy has a powerful scripting API that allows you to control almost any aspect of traffic being proxied. In fact, much of mitmproxy's own core functionality is implemented using the exact same API exposed to scripters (see -:src:`mitmproxy/builtins`). +:src:`mitmproxy/addons`). A simple example -- cgit v1.2.3