Skip to content

Commit

Permalink
fixing URL for tutorials, and path to amqp
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 305e3d0 commit 955c351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amqp/js/amqp.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ $(document).ready(function () {
propPriority.find('option[value="6"]').attr("selected", true);


url.val("wss://sandbox.kaazing.net/amqp091");
url.val("wss://demos.kaazing.com/amqp");

// Pick a random starting point for the counter, to minimize collisions
// with other demo clients.
Expand Down

0 comments on commit 955c351

Please sign in to comment.