Skip to content

Commit 8c0e0b4

Browse files
author
Robert Mosolgo
committed
Merge pull request #152 from tricknotes/fix-link-to-homepage
Fix link to homepage
2 parents 85a27bc + 3ac1d8f commit 8c0e0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.version = React::Rails::VERSION
99
s.summary = 'React/JSX adapter for the Ruby on Rails asset pipeline.'
1010
s.description = 'Compile your JSX on demand or precompile for production.'
11-
s.homepage = 'https://github.com/facebook/react-rails'
11+
s.homepage = 'https://github.com/reactjs/react-rails'
1212
s.license = 'APL 2.0'
1313

1414
s.author = ['Paul O’Shannessy']

0 commit comments

Comments
 (0)