diff --git a/src/Ratchet/Wamp/ServerProtocol.php b/src/Ratchet/Wamp/ServerProtocol.php index 28badd3..d892409 100644 --- a/src/Ratchet/Wamp/ServerProtocol.php +++ b/src/Ratchet/Wamp/ServerProtocol.php @@ -8,7 +8,7 @@ use Ratchet\ConnectionInterface; * WebSocket Application Messaging Protocol * * @link http://wamp.ws/spec - * @link https://github.com/oberstet/AutobahnJS + * @link https://github.com/oberstet/autobahn-js * * +--------------+----+------------------+ * | Message Type | ID | DIRECTION | diff --git a/src/Ratchet/Wamp/WampServer.php b/src/Ratchet/Wamp/WampServer.php index f0675a3..5d710aa 100644 --- a/src/Ratchet/Wamp/WampServer.php +++ b/src/Ratchet/Wamp/WampServer.php @@ -8,7 +8,7 @@ use Ratchet\ConnectionInterface; * Enable support for the official WAMP sub-protocol in your application * WAMP allows for Pub/Sub and RPC * @link http://wamp.ws The WAMP specification - * @link https://github.com/oberstet/AutobahnJS Souce for client side library + * @link https://github.com/oberstet/autobahn-js Souce for client side library * @link http://autobahn.s3.amazonaws.com/js/autobahn.min.js Minified client side library */ class WampServer implements MessageComponentInterface, WsServerInterface {