aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-08-01 12:41:35 -0500
committerGitHub <noreply@github.com>2017-08-01 12:41:35 -0500
commite31a1629d4b6a82e334735ff4a78016db24f32f5 (patch)
tree7002713d649210dee74e1a8dd03b5e1b1a49ad7b /guides
parent92209356c310caabda8665d6369d3b1e4a1800d1 (diff)
downloadrails-e31a1629d4b6a82e334735ff4a78016db24f32f5.tar.gz
rails-e31a1629d4b6a82e334735ff4a78016db24f32f5.tar.bz2
rails-e31a1629d4b6a82e334735ff4a78016db24f32f5.zip
Update working_with_javascript_in_rails.md
Diffstat (limited to 'guides')
-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 ed27752a06..9ae86c7943 100644
--- a/guides/source/working_with_javascript_in_rails.md
+++ b/guides/source/working_with_javascript_in_rails.md
@@ -151,7 +151,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/blob/master/actionview/app/assets/javascripts/rails-ujs.coffee)
+[rails-ujs](https://github.com/rails/rails-ujs/tree/master)
provides the JavaScript half, and the regular Ruby view helpers add appropriate
tags to your DOM.