diff --git a/README.md b/README.md index 8500668..196acdf 100644 --- a/README.md +++ b/README.md @@ -886,7 +886,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [doublex](https://pypi.python.org/pypi/doublex) - Powerful test doubles framework for Python. * [freezegun](https://github.com/spulec/freezegun) - Travel through time by mocking the datetime module. * [httmock](https://github.com/patrys/httmock) - A mocking library for requests for Python 2.6+ and 3.2+. - * [httpretty](http://falcao.it/HTTPretty/) - HTTP request mock tool for Python. + * [httpretty](https://github.com/gabrielfalcao/HTTPretty) - HTTP request mock tool for Python. * [responses](https://github.com/getsentry/responses) - A utility library for mocking out the requests Python library. * [VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests. * Object Factories