From 6e9ae8bb072c040bf59a19d516faa2c74578efa0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 16 Mar 2017 20:01:59 -0400 Subject: [PATCH] fix readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e8ac69c..60d3673 100644 --- a/README.rst +++ b/README.rst @@ -115,7 +115,7 @@ Or install and run it directly: .. code:: bash - $ git clone https://github.com/Runscope/httpbin.git + $ git clone https://github.com/kennethreitz/httpbin.git $ pip install -e httpbin $ python -m httpbin.core [--port=PORT] [--host=HOST] @@ -133,4 +133,4 @@ SEE ALSO - http://python-requests.org .. |Build Status| image:: https://travis-ci.org/kennethreitz/httpbin.svg - :target: https://travis-ci.org/Runscope/httpbin + :target: https://travis-ci.org/kennethreitz/httpbin