Merge pull request #504 from ruslan-naryzhnyi/fix-autobahn-source

fix souce link for client side library
This commit is contained in:
Chris Boden 2017-03-06 12:01:47 -05:00 committed by GitHub
commit 3a952c9156
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ use Ratchet\ConnectionInterface;
* WebSocket Application Messaging Protocol * WebSocket Application Messaging Protocol
* *
* @link http://wamp.ws/spec * @link http://wamp.ws/spec
* @link https://github.com/oberstet/AutobahnJS * @link https://github.com/oberstet/autobahn-js
* *
* +--------------+----+------------------+ * +--------------+----+------------------+
* | Message Type | ID | DIRECTION | * | Message Type | ID | DIRECTION |

View File

@ -8,7 +8,7 @@ use Ratchet\ConnectionInterface;
* Enable support for the official WAMP sub-protocol in your application * Enable support for the official WAMP sub-protocol in your application
* WAMP allows for Pub/Sub and RPC * WAMP allows for Pub/Sub and RPC
* @link http://wamp.ws The WAMP specification * @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 * @link http://autobahn.s3.amazonaws.com/js/autobahn.min.js Minified client side library
*/ */
class WampServer implements MessageComponentInterface, WsServerInterface { class WampServer implements MessageComponentInterface, WsServerInterface {