aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/package.json
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-08-05 08:23:33 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-08-05 08:25:29 +0900
commit70d0e53db7e761eff321daa426a36c7cd8204984 (patch)
treefc112a338b4f6d1847ecb227219df2be83934d6a /activestorage/package.json
parent552840660389e39f3ba8e47dcf35ab817c01cb48 (diff)
downloadrails-70d0e53db7e761eff321daa426a36c7cd8204984.tar.gz
rails-70d0e53db7e761eff321daa426a36c7cd8204984.tar.bz2
rails-70d0e53db7e761eff321daa426a36c7cd8204984.zip
Fix repository URL [ci skip]
changed `rails/activestorage` to `rails/rails`.
Diffstat (limited to 'activestorage/package.json')
-rw-r--r--activestorage/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/activestorage/package.json b/activestorage/package.json
index 299898017c..56d307f9d6 100644
--- a/activestorage/package.json
+++ b/activestorage/package.json
@@ -6,13 +6,13 @@
"files": [
"app/assets/javascripts/*.js"
],
- "homepage": "https://github.com/rails/activestorage",
+ "homepage": "http://rubyonrails.org/",
"repository": {
"type": "git",
- "url": "git+https://github.com/rails/activestorage.git"
+ "url": "git+https://github.com/rails/rails.git"
},
"bugs": {
- "url": "https://github.com/rails/activestorage/issues"
+ "url": "https://github.com/rails/rails/issues"
},
"author": "Javan Makhmali <javan@javan.us>",
"license": "MIT",