aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAnderson Mesquita <andersonvom@gmail.com>2018-06-04 11:48:30 +0200
committerAnderson Mesquita <andersonvom@gmail.com>2018-06-08 08:04:53 +0200
commit4fdc3d9e157965af6cf6220e0b7b5b7e5dc179bd (patch)
tree758dcd9940220ada271ca46626b1ac6cfb3e3299 /docs
parent9047c4f2a58d6e6b08d8066fb890b2a13de21fb3 (diff)
downloadmitmproxy-4fdc3d9e157965af6cf6220e0b7b5b7e5dc179bd.tar.gz
mitmproxy-4fdc3d9e157965af6cf6220e0b7b5b7e5dc179bd.tar.bz2
mitmproxy-4fdc3d9e157965af6cf6220e0b7b5b7e5dc179bd.zip
Rename scripting file
In order to add the more scripting examples, it makes sense to rename this file and avoid confusion.
Diffstat (limited to 'docs')
-rw-r--r--docs/src/content/addons-scripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/addons-scripting.md b/docs/src/content/addons-scripting.md
index e31d291a..f9973b9e 100644
--- a/docs/src/content/addons-scripting.md
+++ b/docs/src/content/addons-scripting.md
@@ -14,4 +14,4 @@ handler functions in the module scope. For instance, here is a complete script
that adds a header to every request.
-{{< example src="examples/addons/scripting.py" lang="py" >}} \ No newline at end of file
+{{< example src="examples/addons/scripting-headers.py" lang="py" >}}