From 0379d13c46f39a07d178886edc7ad3d590d90aeb Mon Sep 17 00:00:00 2001 From: Keenan Thompson Date: Tue, 21 Jun 2016 09:11:25 -0500 Subject: [PATCH 1/2] Update HTML5 Websockets API link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31a620e1..f1ec2e0b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ SockJS-client does require a server counterpart: Philosophy: * The API should follow - [HTML5 Websockets API](http://dev.w3.org/html5/websockets/) as + [HTML5 Websockets API](https://www.w3.org/TR/2011/WD-websockets-20110419/) as closely as possible. * All the transports must support cross domain connections out of the box. It's possible and recommended to host a SockJS server on a From 37f73cba68866e1f0770c59e59f8b7b061cd97fe Mon Sep 17 00:00:00 2001 From: Keenan Thompson Date: Tue, 21 Jun 2016 09:13:03 -0500 Subject: [PATCH 2/2] Update second HTML5 Websockets API link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1ec2e0b..4cd3dc0a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Work in progress: Getting Started ------- -SockJS mimics the [WebSockets API](http://dev.w3.org/html5/websockets/), +SockJS mimics the [WebSockets API](https://www.w3.org/TR/2011/WD-websockets-20110419/), but instead of `WebSocket` there is a `SockJS` Javascript object. First, you need to load the SockJS JavaScript library. For example, you can