]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
FriendFeed website seems to have gone
authorChris Snow <chsnow123@gmail.com>
Tue, 27 Jun 2017 20:31:24 +0000 (21:31 +0100)
committerA. Jesse Jiryu Davis <jesse@mongodb.com>
Wed, 28 Jun 2017 01:37:57 +0000 (21:37 -0400)
docs/guide/intro.rst

index d5b975d556e3cca1c6ed3969cb90f5efc74325ac..d17e74420f8e54b81fbfa9b9759c0dc397c2b17e 100644 (file)
@@ -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