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
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-09-14 17:49:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-09-14 18:27:55 +0300
commit0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49 (patch)
tree7ca54afc53555cdd1d936b93c07e4f01badffd3b /js/tests/README.md
parentc6f7276729d49764aac500c0b160b0eddd11b9e0 (diff)
Use https in more places and fix a few redirects.
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 1ba3d694e8..3b079d92ce 100644
--- a/js/tests/README.md
+++ b/js/tests/README.md
@@ -1,6 +1,6 @@
## How does Bootstrap's test suite work?
-Bootstrap uses [QUnit](https://qunitjs.com/) and [Sinon](http://sinonjs.org/). Each plugin has a file dedicated to its tests in `unit/<plugin-name>.js`.
+Bootstrap uses [QUnit](https://qunitjs.com/) and [Sinon](https://sinonjs.org/). Each plugin has a file dedicated to its tests in `unit/<plugin-name>.js`.
* `unit/` contains the unit test files for each Bootstrap plugin.
* `vendor/` contains third-party testing-related code (QUnit, jQuery and Sinon).