diff options
-rw-r--r-- | tests/index.html | 2 | ||||
-rw-r--r-- | tests/lib/bootstrap.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/index.html b/tests/index.html index 89323d61a..d1465c192 100644 --- a/tests/index.html +++ b/tests/index.html @@ -18,7 +18,7 @@ <p><a href="unit/index.html">Unit tests</a> exist for all functionality in jQuery UI. The unit tests can be run locally (some tests require a web server with PHP) to ensure proper functionality before committing changes. - The unit tests are also run on <a href="http://swarm.jquery.org/project/jqueryui">TestSwarm</a> + The unit tests are also run on <a href="https://swarm.jquery.org/project/jqueryui">TestSwarm</a> for every commit.</p> <h2>Visual Tests</h2> diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index ea44c8d2c..7fd56210c 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -15,7 +15,7 @@ requirejs.config( { "qunit-assert-classes": "../../../external/qunit-assert-classes/qunit-assert-classes", "qunit-assert-close": "../../../external/qunit-assert-close/qunit-assert-close", "qunit": "../../../external/qunit/qunit", - "testswarm": "http://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime(), + "testswarm": "https://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime(), "ui": "../../../ui" }, shim: { |