aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
Diffstat (limited to 'actionview')
-rw-r--r--actionview/app/assets/javascripts/rails-ujs.coffee2
-rw-r--r--actionview/package.json2
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": {