Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit acbbe97

Browse files
committed
More link fix [skip ci]
1 parent 0068859 commit acbbe97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# hyper-react
22

33
[![Join the chat at https://gitter.im/reactrb/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/reactrb/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
[![Build Status](https://travis-ci.org/reactrb/reactrb.svg?branch=master)](https://travis-ci.org/reactrb/reactrb)
4+
[![Build Status](https://travis-ci.org/ruby-hyperloop/reactrb.svg?branch=master)](https://travis-ci.org/reactrb/reactrb)
55
[![Code Climate](https://codeclimate.com/github/reactrb/reactrb/badges/gpa.svg)](https://codeclimate.com/github/reactrb/reactrb)
66
[![Gem Version](https://badge.fury.io/rb/reactrb.svg)](https://badge.fury.io/rb/reactrb)
77

@@ -11,7 +11,7 @@
1111
It lets you write reactive UI components, with Ruby's elegance using the tried
1212
and true React.js engine. :heart:
1313

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.
1515

1616
### Important: `react.rb`, `reactive-ruby` and `reactrb` gems are **deprecated.**. See [**UPGRADING**](UPGRADING.md) for details.
1717

@@ -21,7 +21,7 @@ Install the gem, or load the js library
2121

2222
1. Add `gem 'hyper-react'` to your **Gemfile**
2323
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)
2525

2626
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)
2727

@@ -99,7 +99,7 @@ Please let us know either at [Gitter.im](https://gitter.im/reactrb/chat) or [via
9999

100100
`git clone` the project.
101101

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.
103103

104104
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)
105105

0 commit comments

Comments
 (0)