From 476abd403b38ed214b833fbc1dbc16740576c33d Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Fri, 8 Mar 2019 17:06:16 +0530 Subject: Updated links from http to https in guides, docs, etc --- actionview/app/assets/javascripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionview/app') 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 -- cgit v1.2.3