fixed broken link (anchor)

This commit is contained in:
Oleksandr Bretsko 2016-03-13 11:59:17 -05:00
parent 909852ca5f
commit 2ff349f6c1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Tornado Web Server
asynchronous networking library, originally developed at `FriendFeed asynchronous networking library, originally developed at `FriendFeed
<http://friendfeed.com>`_. By using non-blocking network I/O, Tornado <http://friendfeed.com>`_. By using non-blocking network I/O, Tornado
can scale to tens of thousands of open connections, making it ideal for can scale to tens of thousands of open connections, making it ideal for
`long polling <http://en.wikipedia.org/wiki/Push_technology#Long_polling>`_, `long polling <http://en.wikipedia.org/wiki/Push_technology#Long_Polling>`_,
`WebSockets <http://en.wikipedia.org/wiki/WebSocket>`_, and other `WebSockets <http://en.wikipedia.org/wiki/WebSocket>`_, and other
applications that require a long-lived connection to each user. applications that require a long-lived connection to each user.