diff options
author | Mike Fiedler <miketheman@gmail.com> | 2018-01-29 19:18:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-29 19:18:35 -0500 |
commit | 0ae2476acddf0fd883da35d9232afe30bb44ab56 (patch) | |
tree | d13789a08f4e53bea3c15b1ed1e4ddb79e5f7ad8 /actionview | |
parent | 4734812ec595aa1a3951acc646d3b304fe7f0098 (diff) | |
download | rails-0ae2476acddf0fd883da35d9232afe30bb44ab56.tar.gz rails-0ae2476acddf0fd883da35d9232afe30bb44ab56.tar.bz2 rails-0ae2476acddf0fd883da35d9232afe30bb44ab56.zip |
Update rails-ujs readme
Link to W3C reference was broken, this uses the latest URL, along with HTTPS.
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/app/assets/javascripts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/app/assets/javascripts/README.md b/actionview/app/assets/javascripts/README.md index 8198011b02..185dddc7e5 100644 --- a/actionview/app/assets/javascripts/README.md +++ b/actionview/app/assets/javascripts/README.md @@ -50,6 +50,6 @@ 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]: http://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" +[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 |