From be12783a7733aa460c9eb65c10d3173c800bf182 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 14 Jul 2015 17:20:09 -0700 Subject: [PATCH] fix travis badge --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 924ee26a1..a33fe5441 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Engine.IO client -[![Build Status](https://secure.travis-ci.org/Automattic/engine.io-client.png)](http://travis-ci.org/Automattic/engine.io-client) +[![Build Status](https://secure.travis-ci.org/socketio/engine.io-client.png)](http://travis-ci.org/socketio/engine.io-client) [![NPM version](https://badge.fury.io/js/engine.io-client.png)](http://badge.fury.io/js/engine.io-client) -This is the client for [Engine.IO](http://github.com/automattic/engine.io), +This is the client for [Engine.IO](http://github.com/socketio/engine.io), the implementation of transport-based cross-browser/cross-device bi-directional communication layer for [Socket.IO](http://github.com/automattic/socket.io). @@ -246,7 +246,7 @@ The transport class. Private. _Inherits from EventEmitter_. ## Tests `engine.io-client` is used to test -[engine](http://github.com/automattic/engine.io). Running the `engine.io` +[engine](http://github.com/socketio/engine.io). Running the `engine.io` test suite ensures the client works and vice-versa. Browser tests are run using [zuul](https://github.com/defunctzombie/zuul). You can @@ -273,7 +273,7 @@ To contribute patches, run tests or benchmarks, make sure to clone the repository: ```bash -git clone git://github.com/automattic/engine.io-client.git +git clone git://github.com/socketio/engine.io-client.git ``` Then: