diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-08-05 09:11:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 09:11:02 -0500 |
commit | 616f3611d525b97c5cdb1a5feee25621cca27daf (patch) | |
tree | 79591ed29b2a9670519438bce2d53f1a096cee06 /activestorage/package.json | |
parent | bb7599a6c84aba44cbb5f21486ffdb4a549717dd (diff) | |
parent | 6df24c693ed50a66feaf116c90df7eba5acf4033 (diff) | |
download | rails-616f3611d525b97c5cdb1a5feee25621cca27daf.tar.gz rails-616f3611d525b97c5cdb1a5feee25621cca27daf.tar.bz2 rails-616f3611d525b97c5cdb1a5feee25621cca27daf.zip |
Merge branch 'master' into ast-module
Diffstat (limited to 'activestorage/package.json')
-rw-r--r-- | activestorage/package.json | 6 |
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", |