Skip to content

Commit ae18b79

Browse files
Merge pull request #411 from SzilviH/replace-gitter-link-2
Replace gitter link with slack
2 parents f6585a1 + c596b3e commit ae18b79

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ruby/lesson2/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ rake regen
238238

239239
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.
240240

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

243243
## Some reading material
244244

ruby/lesson3/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If you haven't started going through Ruby Koans yet, you can find more informati
9090

9191
## More practise
9292

93-
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)
93+
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/)
9494

9595
---
9696
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:[email protected]) and let us know.

ruby/lesson4/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are no sample files for this tutorial as you should already know how to cr
99

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

12-
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.
12+
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.
1313

1414
# What is Object Oriented Programming?
1515

ruby/lesson5/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In today's tutorial, we will be again going through OO concepts - some of which
77

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

10-
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.
10+
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.
1111

1212
# How does inheritance fit in OO?
1313

0 commit comments

Comments
 (0)