diff --git a/README.md b/README.md index cc4e9d1..8350c54 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Responder: a familiar HTTP Service Framework for Python -[![Build Status](https://travis-ci.org/kennethreitz/responder.svg?branch=master)](https://travis-ci.org/kennethreitz/responder) +[![Build Status](https://travis-ci.org/taoufik07/responder.svg?branch=master)](https://travis-ci.org/taoufik07/responder) [![Documentation Status](https://readthedocs.org/projects/mybinder/badge/?version=latest)](https://responder.readthedocs.io/en/latest/) [![image](https://img.shields.io/pypi/v/responder.svg)](https://pypi.org/project/responder/) [![image](https://img.shields.io/pypi/l/responder.svg)](https://pypi.org/project/responder/) [![image](https://img.shields.io/pypi/pyversions/responder.svg)](https://pypi.org/project/responder/) -[![image](https://img.shields.io/github/contributors/kennethreitz/responder.svg)](https://github.com/kennethreitz/responder/graphs/contributors) +[![image](https://img.shields.io/github/contributors/taoufik07/responder.svg)](https://github.com/taoufik07/responder/graphs/contributors) [![](https://farm2.staticflickr.com/1959/43750081370_a4e20752de_o_d.png)](https://python-responder.org/) @@ -40,7 +40,7 @@ Install the stable release: Or, install from the development branch: - $ pipenv install -e git+https://github.com/kennethreitz/responder.git#egg=responder + $ pipenv install -e git+https://github.com/taoufik07/responder.git#egg=responder Only **Python 3.6+** is supported.