@@ -3,9 +3,9 @@ SocketRocket Objective-C WebSocket Client (beta)
33A conforming WebSocket (`RFC 6455 <http://tools.ietf.org/html/rfc6455 >`_)
44client library.
55
6- `Test results for SocketRocket here <http://square.github.com /SocketRocket/results/ >`_.
6+ `Test results for SocketRocket here <http://square.github.io /SocketRocket/results/ >`_.
77You can compare to what `modern browsers look like here
8- <http://www. tavendo.de /autobahn/testsuite/report/clients/index.html> `_.
8+ <http://tavendo.com /autobahn/testsuite/report/clients/index.html> `_.
99
1010SocketRocket currently conforms to all ~300 of `Autobahn
1111<http://autobahn.ws/testsuite/> `_'s fuzzing tests (aside from
@@ -192,11 +192,11 @@ SocketRocket root directory and type::
192192
193193 make test
194194
195- This will set up your `virtualenv <http ://pypi.python.org/pypi/virtualenv >`_.
195+ This will set up your `virtualenv <https ://pypi.python.org/pypi/virtualenv >`_.
196196Now, in your terminal::
197197
198198 source .env/bin/activate
199- pip install git+https://github.com/facebook /tornado.git
199+ pip install git+https://github.com/tornadoweb /tornado.git
200200
201201In the same terminal session, start the chatroom server::
202202
@@ -222,8 +222,8 @@ WebSocket Server Implementation Recommendations
222222SocketRocket has been used with the following libraries:
223223
224224- `Tornado <https://github.com/facebook/tornado >`_
225- - Go's `WebSocket package <http ://godoc.org/code.google.com/p/go. net/websocket >`_ or Gorilla's `version <http://www.gorillatoolkit.org/pkg/websocket >`_
226- - `Autobahn <http://www. tavendo.de /autobahn/testsuite.html >`_ (using its fuzzing
225+ - Go's `WebSocket package <https ://godoc.org/golang.org/x/ net/websocket >`_ or Gorilla's `version <http://www.gorillatoolkit.org/pkg/websocket >`_
226+ - `Autobahn <http://tavendo.com /autobahn/testsuite.html >`_ (using its fuzzing
227227 client)
228228
229229The Tornado one is dirt simple and works like a charm. (`IPython notebook
0 commit comments