Skip to content

Commit 72c3552

Browse files
authored
Merge pull request #167 from pusher/readme-fix-http-backends-links
README: fix HTTP backends links
2 parents 9b74c98 + dcf5050 commit 72c3552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ print webhook["events"]
375375

376376
Users can configure the library to use different backends to send calls to our API. The HTTP libraries we support are:
377377

378-
* [Requests](http://docs.python-requests.org/en/latest/) (`pusher.requests.RequestsBackend`). This is used by default.
378+
* [Requests](https://requests.readthedocs.io/en/master/) (`pusher.requests.RequestsBackend`). This is used by default.
379379
* [Tornado](http://www.tornadoweb.org/en/stable/) (`pusher.tornado.TornadoBackend`).
380-
* [AsyncIO](http://asyncio.org/) (`pusher.aiohttp.AsyncIOBackend`).
380+
* [AsyncIO](https://docs.python.org/3/library/asyncio.html) (`pusher.aiohttp.AsyncIOBackend`).
381381
* [Google App Engine](https://cloud.google.com/appengine/docs/python/urlfetch/) (`pusher.gae.GAEBackend`).
382382

383383
Upon initializing a `Pusher` instance, pass in any of these options to the `backend` keyword argument.

0 commit comments

Comments
 (0)