Skip to content

Commit 0c31c8b

Browse files
committed
Merge pull request facebookincubator#313 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2 parents 818cec9 + 45352e4 commit 0c31c8b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ SocketRocket Objective-C WebSocket Client (beta)
33
A conforming WebSocket (`RFC 6455 <http://tools.ietf.org/html/rfc6455>`_)
44
client 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/>`_.
77
You 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

1010
SocketRocket 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>`_.
196196
Now, 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

201201
In the same terminal session, start the chatroom server::
202202

@@ -222,8 +222,8 @@ WebSocket Server Implementation Recommendations
222222
SocketRocket 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

229229
The Tornado one is dirt simple and works like a charm. (`IPython notebook

0 commit comments

Comments
 (0)