diff options
author | Anderson Mesquita <andersonvom@gmail.com> | 2018-06-04 11:48:30 +0200 |
---|---|---|
committer | Anderson Mesquita <andersonvom@gmail.com> | 2018-06-08 08:04:53 +0200 |
commit | 4fdc3d9e157965af6cf6220e0b7b5b7e5dc179bd (patch) | |
tree | 758dcd9940220ada271ca46626b1ac6cfb3e3299 /docs/src | |
parent | 9047c4f2a58d6e6b08d8066fb890b2a13de21fb3 (diff) | |
download | mitmproxy-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/src')
-rw-r--r-- | docs/src/content/addons-scripting.md | 2 |
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" >}} |