Skip to content

Commit c596b3e

Browse files
committed
Replace gitter with slack
1 parent 2bd2f31 commit c596b3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/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)