diff options
author | Abhay Nikam <nikam.abhay1@gmail.com> | 2019-03-08 17:06:16 +0530 |
---|---|---|
committer | Abhay Nikam <nikam.abhay1@gmail.com> | 2019-03-09 16:43:47 +0530 |
commit | 476abd403b38ed214b833fbc1dbc16740576c33d (patch) | |
tree | 1577038faec16586ec64b87582b9109a6a8de877 /actionview/app/assets | |
parent | 199de6bee261dd816b68c841c7775fdcd02b68d2 (diff) | |
download | rails-476abd403b38ed214b833fbc1dbc16740576c33d.tar.gz rails-476abd403b38ed214b833fbc1dbc16740576c33d.tar.bz2 rails-476abd403b38ed214b833fbc1dbc16740576c33d.zip |
Updated links from http to https in guides, docs, etc
Diffstat (limited to 'actionview/app/assets')
-rw-r--r-- | actionview/app/assets/javascripts/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/app/assets/javascripts/README.md b/actionview/app/assets/javascripts/README.md index b9682b61e2..aa167004b6 100644 --- a/actionview/app/assets/javascripts/README.md +++ b/actionview/app/assets/javascripts/README.md @@ -52,5 +52,5 @@ Run `bundle exec rake ujs:server` first, and then run the web tests by visiting rails-ujs is released under the [MIT License](MIT-LICENSE). [data]: https://www.w3.org/TR/html5/dom.html#embedding-custom-non-visible-data-with-the-data-attributes "Embedding custom non-visible data with the data-* attributes" -[validator]: http://validator.w3.org/ -[csrf]: http://api.rubyonrails.org/classes/ActionController/RequestForgeryProtection.html +[validator]: https://validator.w3.org/ +[csrf]: https://api.rubyonrails.org/classes/ActionController/RequestForgeryProtection.html |