From 1ee39a4dd7b926a8a8b64366cdc0bc1400d63ae2 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 14 Jul 2015 17:21:52 -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 2fa0f82d..4f053af1 100644 --- a/Readme.md +++ b/Readme.md @@ -1,13 +1,13 @@ # socket.io-parser -[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-parser.svg)](http://travis-ci.org/Automattic/socket.io-parser) +[![Build Status](https://secure.travis-ci.org/socketio/socket.io-parser.svg)](http://travis-ci.org/socketio/socket.io-parser) [![NPM version](https://badge.fury.io/js/socket.io-parser.svg)](http://badge.fury.io/js/socket.io-parser) A socket.io encoder and decoder written in JavaScript complying with version `3` -of [socket.io-protocol](https://github.com/learnboost/socket.io-protocol). -Used by [socket.io](https://github.com/learnboost/socket.io) and -[socket.io-client](https://github.com/learnboost/socket.io-client). +of [socket.io-protocol](https://github.com/socketio/socket.io-protocol). +Used by [socket.io](https://github.com/automattic/socket.io) and +[socket.io-client](https://github.com/automattic/socket.io-client). ## Parser API