Fix markdown typo on addons-scripting.md

This commit is contained in:
Rob Wills 2019-03-29 15:11:17 -07:00 committed by GitHub
parent 70777a1b6e
commit fad326a85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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