diff options
author | Arun Agrawal <arunagw@gmail.com> | 2017-08-19 07:59:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-19 07:59:40 +0530 |
commit | 250e1bd619c53da13b958bc04a97184930173c04 (patch) | |
tree | 944a248ddb29898a5fc7ae676a8f76253afc0377 /actionview | |
parent | 99c604f1f9de2f2a6fc3d0aec4f274cb05b48c69 (diff) | |
parent | 948c2c48df04e775e5b5a3da5f54e0d61299dc54 (diff) | |
download | rails-250e1bd619c53da13b958bc04a97184930173c04.tar.gz rails-250e1bd619c53da13b958bc04a97184930173c04.tar.bz2 rails-250e1bd619c53da13b958bc04a97184930173c04.zip |
Merge pull request #30317 from yhirano55/use_ssl_in_guide_and_comment
Use https in guide and comment [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/test/ujs/public/vendor/qunit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/ujs/public/vendor/qunit.js b/actionview/test/ujs/public/vendor/qunit.js index 0e279fde17..50a9e6455d 100644 --- a/actionview/test/ujs/public/vendor/qunit.js +++ b/actionview/test/ujs/public/vendor/qunit.js @@ -42,7 +42,7 @@ var QUnit, * with IE 7 (and prior) where Error.prototype.toString is * not properly implemented * - * Based on http://es5.github.com/#x15.11.4.4 + * Based on https://es5.github.io/#x15.11.4.4 * * @param {String|Error} error * @return {String} error message |