diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-09-29 17:22:17 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-09-29 17:22:17 +0200 |
commit | 232fe3bafad09ac8fe0270cd5d09ff6b47bee76c (patch) | |
tree | 63b5cd6614214b0e9b34f69dcc3baa30f9ae7ebc /tests/index.html | |
parent | 2802058ba80aa2c5641e908ec0304c9ae7d008f7 (diff) | |
download | jquery-ui-232fe3bafad09ac8fe0270cd5d09ff6b47bee76c.tar.gz jquery-ui-232fe3bafad09ac8fe0270cd5d09ff6b47bee76c.zip |
Tests: Load the TestSwarm listener via HTTPS
Diffstat (limited to 'tests/index.html')
-rw-r--r-- | tests/index.html | 2 |
1 files changed, 1 insertions, 1 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> |