Skip to content

Commit 8972787

Browse files
committed
Update README and layout link to tutorial
1 parent 5d57ec1 commit 8972787

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# React Chat
22

3-
A chat app built with React.js and ActionCable in Ruby on Rails 5.1, built as part of a tutorial on [Learnetto](https://learnetto.com).
3+
A chat app built with React.js and ActionCable in Ruby on Rails 5.1, built as part of a 2-part tutorial on [Learnetto](https://learnetto.com):
4+
5+
[How to build a chat app with Rails 5.1 ActionCable and React.js Part 1](https://learnetto.com/tutorials/how-to-build-a-chat-app-with-rails-5-1-actioncable-and-react-js-part-1)
6+
7+
[How to build a chat app with Rails 5.1 ActionCable and React.js Part 2](https://learnetto.com/tutorials/how-to-build-a-chat-app-with-rails-5-1-actioncable-and-react-js-part-2)
48

59
[See a live demo here](https://reactrooms.herokuapp.com)
610

app/views/layouts/chatrooms.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<body>
1616
<div class="adbar">
17-
<%= link_to "Learn how to build this chat app with React.js and Ruby on Rails", "https://learnetto.com/users/hrishio/courses/the-complete-react-on-rails-5-course" %>
17+
<%= link_to "Learn how to build this chat app with React.js and Ruby on Rails", "https://learnetto.com/tutorials/how-to-build-a-chat-app-with-rails-5-1-actioncable-and-react-js-part-1" %>
1818
</div>
1919
<% if user_signed_in? %>
2020
<p style="text-align: right">

0 commit comments

Comments
 (0)