From 6729c18b084508eb418bd7ccacb744acdca8fa3c Mon Sep 17 00:00:00 2001 From: Refael Dakar Date: Sat, 12 Oct 2013 15:57:52 +0200 Subject: [PATCH] Update README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index f946202..46935e2 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ socket.io-java-client is an easy to use implementation of [socket.io](http://socket.io) for Java. -It uses [Weberknecht](http://code.google.com/p/weberknecht/) as transport backend, but it's easy +It uses [Weberknecht](https://github.com/pelotoncycle/weberknecht/) as transport backend, but it's easy to write your own transport. See description below. An XHR-Transport is included, too. But it's not functional in its current state.