Skip to content

Commit 0ae2476

Browse files
authored
Update rails-ujs readme
Link to W3C reference was broken, this uses the latest URL, along with HTTPS.
1 parent 4734812 commit 0ae2476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/app/assets/javascripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ Run `bundle exec rake ujs:server` first, and then run the web tests by visiting
5050

5151
rails-ujs is released under the [MIT License](MIT-LICENSE).
5252

53-
[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"
53+
[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"
5454
[validator]: http://validator.w3.org/
5555
[csrf]: http://api.rubyonrails.org/classes/ActionController/RequestForgeryProtection.html

0 commit comments

Comments
 (0)