diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-03-29 12:23:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-29 12:23:06 -0400 |
commit | 842f67dd242e738419f27e752ea7dcd0bbe87b6d (patch) | |
tree | f0cb5fef206a672966464364b6dd3880572dd108 /actionview | |
parent | e91b17e834071c4b5056dc2761f0b49b70ede99b (diff) | |
parent | 40f226ae94a726ca8935062a8aac50af8cad1de9 (diff) | |
download | rails-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 'actionview')
-rw-r--r-- | actionview/app/assets/javascripts/rails-ujs.coffee | 2 | ||||
-rw-r--r-- | actionview/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/actionview/app/assets/javascripts/rails-ujs.coffee b/actionview/app/assets/javascripts/rails-ujs.coffee index afe7d6f7a3..0c47e1bc60 100644 --- a/actionview/app/assets/javascripts/rails-ujs.coffee +++ b/actionview/app/assets/javascripts/rails-ujs.coffee @@ -1,6 +1,6 @@ # # Unobtrusive JavaScript -# https://github.com/rails/rails-ujs +# https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts # # Released under the MIT license # diff --git a/actionview/package.json b/actionview/package.json index 690749a051..85f4ddacbe 100644 --- a/actionview/package.json +++ b/actionview/package.json @@ -11,7 +11,7 @@ }, "scripts": { "build": "bundle exec blade build", - "test": "echo \"See the README: https://github.com/rails/rails-ujs#how-to-run-tests\" && exit 1", + "test": "echo \"See the README: https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts#how-to-run-tests\" && exit 1", "lint": "coffeelint app/assets/javascripts && eslint test/public/test" }, "repository": { |