aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript_in_rails.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-08-01 14:53:17 -0500
committerGitHub <noreply@github.com>2017-08-01 14:53:17 -0500
commit38a79124424da5c34a2275cfd45c828ac4a089b2 (patch)
tree875d4d61707b626b7caa53f830f6838147ef278a /guides/source/working_with_javascript_in_rails.md
parent789f3be02048cf33c14c8a98c6fe91d0d7b157eb (diff)
downloadrails-38a79124424da5c34a2275cfd45c828ac4a089b2.tar.gz
rails-38a79124424da5c34a2275cfd45c828ac4a089b2.tar.bz2
rails-38a79124424da5c34a2275cfd45c828ac4a089b2.zip
Update working_with_javascript_in_rails.md
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 9ae86c7943..304ac97b32 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-ujs/tree/master)
+[rails-ujs](https://github.com/rails/rails/tree/master/actionview/app/assets/javascripts)
provides the JavaScript half, and the regular Ruby view helpers add appropriate
tags to your DOM.