diff options
| author | XhmikosR <[email protected]> | 2018-10-20 12:41:20 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-20 14:03:59 +0300 |
| commit | 7aaabebdedb6cd1483ea6de37d84d578a131cfbc (patch) | |
| tree | ff5da28f1fd733278077dfe090e16f3322f4d026 /docs/_includes/getting-started | |
| parent | bbc862b37649b8d761a12f49d2a50259b3292b16 (diff) | |
| download | bootstrap-7aaabebdedb6cd1483ea6de37d84d578a131cfbc.tar.xz bootstrap-7aaabebdedb6cd1483ea6de37d84d578a131cfbc.zip | |
Use https in more places.
Diffstat (limited to 'docs/_includes/getting-started')
| -rw-r--r-- | docs/_includes/getting-started/grunt.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html index 09438715f..248442189 100644 --- a/docs/_includes/getting-started/grunt.html +++ b/docs/_includes/getting-started/grunt.html @@ -22,7 +22,7 @@ <p>Watches the Less source files and automatically recompiles them to CSS whenever you save a change.</p> <h3><code>grunt test</code> (Run tests)</h3> - <p>Runs <a href="http://jshint.com/">JSHint</a> and runs the <a href="https://qunitjs.com/">QUnit</a> tests in real browsers thanks to <a href="https://karma-runner.github.io/2.0/index.html">Karma</a>.</p> + <p>Runs <a href="https://jshint.com/">JSHint</a> and runs the <a href="https://qunitjs.com/">QUnit</a> tests in real browsers thanks to <a href="https://karma-runner.github.io/2.0/index.html">Karma</a>.</p> <h3><code>grunt docs</code> (Build & test the docs assets)</h3> <p>Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via <code>bundle exec jekyll serve</code>.</p> |
