Skip to content

Commit

Permalink
fixing url for tutorial
Browse files Browse the repository at this point in the history
demos.kaazing.com
  • Loading branch information
Michael Cretzman authored Sep 25, 2017
1 parent cd949b1 commit 54ec56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws/js/ws.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function popupLoginDialog(callback) {

function setup() {

var locationURI = new URI("wss://sandbox.kaazing.net/echo");
var locationURI = new URI("wss://demos.kaazing.com/echo");
var websocket;

var consoleLog = document.getElementById("consoleLog");
Expand Down

0 comments on commit 54ec56a

Please sign in to comment.