Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ruby/lesson2/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ rake regen

To try out the koans run `rake`. It gives you a hint as to what fails and you can move forward by fixing the file and running `rake` again.

If you are working through this at home you can ask for help in our [gitter channel](https://gitter.im/codebar/tutorials).
If you are working through this at home you can ask for help in our [slack channel](https://slack.codebar.io/).

## Some reading material

Expand Down
2 changes: 1 addition & 1 deletion ruby/lesson3/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you haven't started going through Ruby Koans yet, you can find more informati

## More practise

There are a lot of online interactive tutorials that you can work through. Understanding basic concepts its important before moving forward. Try practising what you've learned so far by coming up and applying your own ideas. If you get stuck or needs help, bring your questions with you to our next session or ask your questions on our [gitter chat](gitter.im/codebar/tutorials)
There are a lot of online interactive tutorials that you can work through. Understanding basic concepts its important before moving forward. Try practising what you've learned so far by coming up and applying your own ideas. If you get stuck or needs help, bring your questions with you to our next session or ask your questions on our [slack channel](https://slack.codebar.io/)

---
This ends our **Ruby basics (part 2)** tutorial. Is there something you don't understand? Try and go through the provided resources with your coach. If you have any feedback, or can think of ways to improve this tutorial [send us an email](mailto:feedback@codebar.io) and let us know.
2 changes: 1 addition & 1 deletion ruby/lesson4/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are no sample files for this tutorial as you should already know how to cr

Don't forget to commit to git regularly and also try to **type** out the examples as much as possible instead of copy & pasting!

If you are going through the tutorial in your own time and need any help then [join the chatroom](https://gitter.im/codebar/tutorials), but first read our [Code of Conduct](http://codebar.io/code-of-conduct) as we will not tolerate any inappropriate behavior.
If you are going through the tutorial in your own time and need any help then [join our slack channel](https://slack.codebar.io/), but first read our [Code of Conduct](http://codebar.io/code-of-conduct) as we will not tolerate any inappropriate behavior.

# What is Object Oriented Programming?

Expand Down
2 changes: 1 addition & 1 deletion ruby/lesson5/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In today's tutorial, we will be again going through OO concepts - some of which

Don't forget to commit to git regularly and also try to **type** out the examples as much as possible instead of copy & pasting!

If you are going through the tutorial in your own time and need any help then [join the chatroom](https://gitter.im/codebar/tutorials), but first read our [Code of Conduct](http://codebar.io/code-of-conduct) as we will not tolerate any inappropriate behavior.
If you are going through the tutorial in your own time and need any help then [join the slack channel](https://slack.codebar.io/), but first read our [Code of Conduct](http://codebar.io/code-of-conduct) as we will not tolerate any inappropriate behavior.

# How does inheritance fit in OO?

Expand Down