From c00bee21d30aaccce46aa69784871db46ad2dfab Mon Sep 17 00:00:00 2001 From: Tom Jakubowski Date: Tue, 31 May 2016 13:02:26 -0700 Subject: [PATCH] README: fix EventSource link --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e40dc5..8ff6b3b 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ rather makes it easy to handle WebSocket connections within an existing other than the standard [WebSocket API](http://dev.w3.org/html5/websockets/). It also provides an abstraction for handling -[EventSource](http://dev.w3.org/html5/eventsource/) connections, which are -one-way connections that allow the server to push data to the client. They are -based on streaming HTTP responses and can be easier to access via proxies than -WebSockets. +[EventSource](https://html.spec.whatwg.org/multipage/comms.html#server-sent-events) +connections, which are one-way connections that allow the server to push data to +the client. They are based on streaming HTTP responses and can be easier to access +via proxies than WebSockets. ## Installation