aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript_in_rails.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-03-29 12:23:06 -0400
committerGitHub <noreply@github.com>2017-03-29 12:23:06 -0400
commit842f67dd242e738419f27e752ea7dcd0bbe87b6d (patch)
treef0cb5fef206a672966464364b6dd3880572dd108 /guides/source/working_with_javascript_in_rails.md
parente91b17e834071c4b5056dc2761f0b49b70ede99b (diff)
parent40f226ae94a726ca8935062a8aac50af8cad1de9 (diff)
downloadrails-842f67dd242e738419f27e752ea7dcd0bbe87b6d.tar.gz
rails-842f67dd242e738419f27e752ea7dcd0bbe87b6d.tar.bz2
rails-842f67dd242e738419f27e752ea7dcd0bbe87b6d.zip
Merge pull request #28601 from tricknotes/fix-link-to-rails-ujs
Fix link to rails-ujs
Diffstat (limited to 'guides/source/working_with_javascript_in_rails.md')
-rw-r--r--guides/source/working_with_javascript_in_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript_in_rails.md b/guides/source/working_with_javascript_in_rails.md
index e04b3e3581..cbaf9100f7 100644
--- a/guides/source/working_with_javascript_in_rails.md
+++ b/guides/source/working_with_javascript_in_rails.md
@@ -149,7 +149,7 @@ Because of Unobtrusive JavaScript, the Rails "Ajax helpers" are actually in two
parts: the JavaScript half and the Ruby half.
Unless you have disabled the Asset Pipeline,
-[rails-ujs](https://github.com/rails/rails-ujs/blob/master/src/rails-ujs.coffee)
+[rails-ujs](https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts/rails-ujs.coffee)
provides the JavaScript half, and the regular Ruby view helpers add appropriate
tags to your DOM.