From: Oleksandr Bretsko Date: Sun, 13 Mar 2016 16:59:17 +0000 (-0500) Subject: fixed broken link (anchor) X-Git-Tag: v4.4.0b1~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1664%2Fhead;p=thirdparty%2Ftornado.git fixed broken link (anchor) --- diff --git a/README.rst b/README.rst index 80bf6e52a..42e7d61fc 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Tornado Web Server asynchronous networking library, originally developed at `FriendFeed `_. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for -`long polling `_, +`long polling `_, `WebSockets `_, and other applications that require a long-lived connection to each user.