diff options
author | Rob Wills <rob.wills@gmail.com> | 2019-03-29 15:11:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 15:11:17 -0700 |
commit | fad326a85f524f0b549dea87bceaf6dcb9e8e597 (patch) | |
tree | 908d037be03a7125e782f7ae1ead9e591e8ffe10 /docs/src | |
parent | 70777a1b6ed64af9cafcdef223a8a260ecc96864 (diff) | |
download | mitmproxy-fad326a85f524f0b549dea87bceaf6dcb9e8e597.tar.gz mitmproxy-fad326a85f524f0b549dea87bceaf6dcb9e8e597.tar.bz2 mitmproxy-fad326a85f524f0b549dea87bceaf6dcb9e8e597.zip |
Fix markdown typo on addons-scripting.md
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 4e9916ca..6a18eaf4 100644 --- a/docs/src/content/addons-scripting.md +++ b/docs/src/content/addons-scripting.md @@ -27,6 +27,6 @@ You can look at the [http][] module, or the [Request][], and [Response][] classes for other attributes that you can use when scripting. -[http][]: https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/http.py +[http]: https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/http.py [Request]: https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/net/http/request.py [Response]: https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/net/http/response.py |