aboutsummaryrefslogtreecommitdiff
path: root/js/tests/README.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-04-01 10:35:51 +0300
committerXhmikosR <[email protected]>2018-04-02 19:19:09 +0300
commit95cdfa2a655f028b5e0ede525617261ab2bd62c0 (patch)
treeb9fddcc66594690a4587c9cd405826896a8d150e /js/tests/README.md
parent98cad665bbba1719a4cf6de36c4f6c49d4448669 (diff)
downloadbootstrap-95cdfa2a655f028b5e0ede525617261ab2bd62c0.tar.xz
bootstrap-95cdfa2a655f028b5e0ede525617261ab2bd62c0.zip
Use https when possible.
Diffstat (limited to 'js/tests/README.md')
-rw-r--r--js/tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/README.md b/js/tests/README.md
index 3f033e1dc..1ba3d694e 100644
--- a/js/tests/README.md
+++ b/js/tests/README.md
@@ -6,7 +6,7 @@ Bootstrap uses [QUnit](https://qunitjs.com/) and [Sinon](http://sinonjs.org/). E
* `vendor/` contains third-party testing-related code (QUnit, jQuery and Sinon).
* `visual/` contains "visual" tests which are run interactively in real browsers and require manual verification by humans.
-To run the unit test suite via [Karma](http://karma-runner.github.io/), run `npm run js-test`.
+To run the unit test suite via [Karma](https://karma-runner.github.io/), run `npm run js-test`.
To run the unit test suite via a real web browser, open `index.html` in the browser.