diff --git a/README.md b/README.md index e1ed87e..72aec64 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #Ratchet [![Build Status](https://secure.travis-ci.org/cboden/Ratchet.png?branch=master)](http://travis-ci.org/cboden/Ratchet) -[![Latest Stable Version](https://poser.pugx.org/cboden/Ratchet/v/stable.png)](https://packagist.org/packages/cboden/Ratchet) +[![Latest Stable Version](https://poser.pugx.org/ratchetphp/Ratchet/v/stable.png)](https://packagist.org/packages/cboden/ratchet) A PHP 5.3 library for asynchronously serving WebSockets. Build up your application through simple interfaces and re-use your application without changing any of its code just by combining different components. diff --git a/composer.json b/composer.json index c785ce0..2092cc1 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ] , "support": { "forum": "https://groups.google.com/forum/#!forum/ratchet-php" - , "issues": "https://github.com/cboden/Ratchet/issues" + , "issues": "https://github.com/ratchetphp/Ratchet/issues" , "irc": "irc://irc.freenode.org/reactphp" } , "autoload": {