Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-04-01 10:35:51 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-04-02 19:19:09 +0300
commit95cdfa2a655f028b5e0ede525617261ab2bd62c0 (patch)
treeb9fddcc66594690a4587c9cd405826896a8d150e /js
parent98cad665bbba1719a4cf6de36c4f6c49d4448669 (diff)
Use https when possible.
Diffstat (limited to 'js')
-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 3f033e1dc4..1ba3d694e8 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.