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 54ec56a commit 305e3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jms/js/jms.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ $(document).ready(function () {
subscriptionsTable = document.getElementById("subscriptions");

// construct the WebSocket location
var locationURI = new URI("wss://sandbox.kaazing.net/jms");
var locationURI = new URI("wss://demos.kaazing.com/jms");
// default the location
url.value = locationURI.toString();

Expand Down

0 comments on commit 305e3d0

Please sign in to comment.