diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-03-09 20:49:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-09 20:49:27 +0900 |
commit | b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd (patch) | |
tree | 1138b2bf7ae9cd65f27c0fdf7a746fe3e053128f /actionview/app/assets | |
parent | 9c9f281da29e02d5c32b7b0445beab0de6106a5e (diff) | |
parent | 476abd403b38ed214b833fbc1dbc16740576c33d (diff) | |
download | rails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.tar.gz rails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.tar.bz2 rails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.zip |
Merge pull request #35529 from abhaynikam/35492-follow-up-to-updates-links-to-https
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 |