From 3ac1d8f63df4dd333a2a82c34fb04de61c0eea03 Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Fri, 23 Jan 2015 01:53:55 +0900 Subject: [PATCH] Fix link to homepage react-rails is now hosted under 'reactjs' organization. --- react-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-rails.gemspec b/react-rails.gemspec index 6093f4de8..1e1b366de 100644 --- a/react-rails.gemspec +++ b/react-rails.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.version = React::Rails::VERSION s.summary = 'React/JSX adapter for the Ruby on Rails asset pipeline.' s.description = 'Compile your JSX on demand or precompile for production.' - s.homepage = 'https://github.com/facebook/react-rails' + s.homepage = 'https://github.com/reactjs/react-rails' s.license = 'APL 2.0' s.author = ['Paul O’Shannessy']