From 9c3b60521382a3f888835b00fb9ee125bb8678ca Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 31 May 2016 00:11:10 +0200 Subject: [PATCH] Use http instead of https --- source/developers/server_sent_events.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/server_sent_events.markdown b/source/developers/server_sent_events.markdown index 06a0048e127..972d3e76992 100644 --- a/source/developers/server_sent_events.markdown +++ b/source/developers/server_sent_events.markdown @@ -39,7 +39,7 @@ For more comfort put the HTML snippet below in a file `sse.html` in your `www` f ``` -Visit [https://localhost:8123/local/sse.html](https://localhost:8123/local/sse.html) to see the stream of events. +Visit [http://localhost:8123/local/sse.html](http://localhost:8123/local/sse.html) to see the stream of events. ### {% linkable_title Example %}