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

Commit 501ce76

Browse files
committed
removed https on reactrb.org links
1 parent fbe9b90 commit 501ce76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 reactrb.org For The Full Story**](https://reactrb.org)
14+
[**Visit reactrb.org For The Full Story**](http://reactrb.org)
1515

1616
### Important: current `react.rb` gem users please [read this!](#road-map)
1717

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

2222
+ add `gem 'reactive-ruby'` to your gem file or
2323
+ `gem install reactive-ruby` or
24-
+ install (or load via cdn) [inline-reactive-ruby.js](https://github.com/reactive-ruby/inline-reactive-ruby)
24+
+ install (or load via cdn) [inline-reactive-ruby.js](http://github.com/reactive-ruby/inline-reactive-ruby)
2525

2626
For gem installation it is highly recommended to read [the getting started section at reactrb.org](http://reactrb.org/docs/getting-started.html)
2727

0 commit comments

Comments
 (0)