Skip to content

Commit

Permalink
Merge pull request #2099 from snowch/patch-1
Browse files Browse the repository at this point in the history
FriendFeed website seems to have gone
  • Loading branch information
ajdavis committed Jun 28, 2017
2 parents 79b2683 + ea25832 commit 11ba169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Introduction

`Tornado <http://www.tornadoweb.org>`_ is a Python web framework and
asynchronous networking library, originally developed at `FriendFeed
<http://friendfeed.com>`_. By using non-blocking network I/O, Tornado
<https://en.wikipedia.org/wiki/FriendFeed>`_. By using non-blocking network I/O, Tornado
can scale to tens of thousands of open connections, making it ideal for
`long polling <http://en.wikipedia.org/wiki/Push_technology#Long_polling>`_,
`WebSockets <http://en.wikipedia.org/wiki/WebSocket>`_, and other
Expand Down

0 comments on commit 11ba169

Please sign in to comment.