From d87ae1ffc23434b360e415f82557499db91cacbf Mon Sep 17 00:00:00 2001 From: Dan Frenette Date: Thu, 28 Sep 2017 00:00:22 -0400 Subject: [PATCH] Update Ruby Hyperloop link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 614086fa4..dcf015b5d 100644 --- a/README.md +++ b/README.md @@ -475,7 +475,7 @@ You can also specify this option in `react_component`: ## Related Projects - [react\_on\_rails Gem](https://github.com/shakacode/react_on_rails): Integration of React with Rails utilizing Webpack, Babel, React, Redux, React-Router. -- [Ruby Hyperloop](http://ruby-hyperloop.io/): Use Ruby to build reactive user interfaces with React. +- [Ruby Hyperloop](http://ruby-hyperloop.org/): Use Ruby to build reactive user interfaces with React. - [react-rails-hot-loader](https://github.com/rmosolgo/react-rails-hot-loader) is a simple live-reloader for `react-rails`. - [react-rails-benchmark_renderer](https://github.com/pboling/react-rails-benchmark_renderer) adds performance instrumentation to server rendering. - [The Free React on Rails Course](https://learnetto.com/users/hrishio/courses/the-free-react-on-rails-5-course) A free video course which teaches the basics of React and how to get started using it in Rails with `react-rails`.