You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# hyper-react
2
2
3
3
[](https://gitter.im/reactrb/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
It lets you write reactive UI components, with Ruby's elegance using the tried
12
12
and true React.js engine. :heart:
13
13
14
-
Visit [**ruby-hyperloop.io**](http://ruby-hyperloop.io) for the full story.
14
+
Visit [ruby-hyperloop.io](http://ruby-hyperloop.io) for the full story.
15
15
16
16
### Important: `react.rb`, `reactive-ruby` and `reactrb` gems are **deprecated.**. See [**UPGRADING**](UPGRADING.md) for details.
17
17
@@ -21,7 +21,7 @@ Install the gem, or load the js library
21
21
22
22
1. Add `gem 'hyper-react'` to your **Gemfile**
23
23
2. Or `gem install hyper-react`
24
-
3. Or install (or load via cdn) from [reactrb-express.js](http://github.com/reactrb/reactrb-express)
24
+
3. Or install (or load via cdn) from [reactrb-express.js](http://github.com/ruby-hyperloop/reactrb-express)
25
25
26
26
For gem installation it is highly recommended to read the [getting started](http://ruby-hyperloop.io/get_started/) and [installation](http://ruby-hyperloop.io/installation/) guides at [ruby-hyperloop.io.](http://ruby-hyperloop.io)
27
27
@@ -99,7 +99,7 @@ Please let us know either at [Gitter.im](https://gitter.im/reactrb/chat) or [via
99
99
100
100
`git clone` the project.
101
101
102
-
To play with some live examples, refer to https://github.com/reactrb/reactrb-examples.
102
+
To play with some live examples, refer to https://github.com/ruby-hyperloop/reactrb-examples.
103
103
104
104
Note that these are very simple examples, for the purpose of showing how to configure the gem in various server environments. For more examples and information see [ruby-hyperloop.io.](http://ruby-hyperloop.io)
0 commit comments