From 7fca5adcb8276a22fde2c564bbd9450d77bcf269 Mon Sep 17 00:00:00 2001 From: Jonas Friedmann Date: Sat, 7 Mar 2015 21:19:46 +0100 Subject: [PATCH] Fix hurl.it links --- README.rst | 2 +- httpbin/templates/httpbin.1.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dbd651d..9ca8b3f 100644 --- a/README.rst +++ b/README.rst @@ -210,7 +210,7 @@ Originally created by `Kenneth Reitz `__. SEE ALSO -------- -- https://hurl.it +- https://www.hurl.it - http://requestb.in - http://python-requests.org diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 2d4ef2e..b36b040 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -147,7 +147,7 @@ $ gunicorn httpbin:app

SEE ALSO

-

Hurl.it - Make HTTP requests.

+

Hurl.it - Make HTTP requests.

RequestBin - Inspect HTTP requests.

http://python-requests.org