]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
fixed broken link (anchor) 1664/head
authorOleksandr Bretsko <bretsko@users.noreply.github.com>
Sun, 13 Mar 2016 16:59:17 +0000 (11:59 -0500)
committerOleksandr Bretsko <bretsko@users.noreply.github.com>
Sun, 13 Mar 2016 16:59:17 +0000 (11:59 -0500)
README.rst

index 80bf6e52a7c070723eb5477ecd605af2f0af51e6..42e7d61fc682a7416c9732462e82c2ad4f113a8d 100644 (file)
@@ -5,7 +5,7 @@ Tornado Web Server
 asynchronous networking library, originally developed at `FriendFeed
 <http://friendfeed.com>`_.  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>`_,
+`long polling <http://en.wikipedia.org/wiki/Push_technology#Long_Polling>`_,
 `WebSockets <http://en.wikipedia.org/wiki/WebSocket>`_, and other
 applications that require a long-lived connection to each user.