diff --git a/examples/browser/browserTest.js b/examples/browser/browserTest.js index 2698877fd..e6623b382 100644 --- a/examples/browser/browserTest.js +++ b/examples/browser/browserTest.js @@ -1,6 +1,6 @@ console.log("Loading browser sdk"); -var client = matrixcs.createClient("http://matrix.org"); +var client = matrixcs.createClient("https://matrix.org"); client.publicRooms(function (err, data) { if (err) { console.error("err %s", JSON.stringify(err));