aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-14 17:49:59 +0300
committerXhmikosR <[email protected]>2018-09-14 18:27:55 +0300
commit0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49 (patch)
tree7ca54afc53555cdd1d936b93c07e4f01badffd3b /js/tests
parentc6f7276729d49764aac500c0b160b0eddd11b9e0 (diff)
downloadbootstrap-0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49.tar.xz
bootstrap-0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49.zip
Use https in more places and fix a few redirects.
Diffstat (limited to 'js/tests')
-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 1ba3d694e..3b079d92c 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).