diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-03-18 00:44:41 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-03-18 00:44:41 +0100 |
commit | c07cd857a76db5a4d9dbfe46abc84bb6c20088f1 (patch) | |
tree | 612e4aa37881e2ec2f64322f13f0b503063dc482 | |
parent | 14db30080f17762bc6bb9d75c5d90bf51494b873 (diff) | |
download | mitmproxy-c07cd857a76db5a4d9dbfe46abc84bb6c20088f1.tar.gz mitmproxy-c07cd857a76db5a4d9dbfe46abc84bb6c20088f1.tar.bz2 mitmproxy-c07cd857a76db5a4d9dbfe46abc84bb6c20088f1.zip |
fix #240
-rw-r--r-- | README.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ Hacking The following components are needed if you plan to hack on mitmproxy: * The test suite uses the [nose](http://readthedocs.org/docs/nose/en/latest/) unit testing - framework and requires [pathod](http://pathod.org) and [flask](http://flask.pocoo.org/). + framework and requires [pathod](http://pathod.net) and [flask](http://flask.pocoo.org/). * Rendering the documentation requires [countershape](http://github.com/cortesi/countershape). For convenience, all dependencies save countershape can be installed from pypi |