aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/app
diff options
context:
space:
mode:
authorMike Fiedler <miketheman@gmail.com>2018-01-29 19:18:35 -0500
committerGitHub <noreply@github.com>2018-01-29 19:18:35 -0500
commit0ae2476acddf0fd883da35d9232afe30bb44ab56 (patch)
treed13789a08f4e53bea3c15b1ed1e4ddb79e5f7ad8 /actionview/app
parent4734812ec595aa1a3951acc646d3b304fe7f0098 (diff)
downloadrails-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/app')
-rw-r--r--actionview/app/assets/javascripts/README.md2
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