From be74727d1baccd69194597dc90dd3843ce75d481 Mon Sep 17 00:00:00 2001 From: Tijmen Brommet Date: Sat, 14 Jan 2017 14:14:27 +0000 Subject: [PATCH] Fix broken link to Ruby koans https://github.com/neo/ruby_koans seems to have been removed. https://github.com/edgecase/ruby_koans seems to be the new home of the project. --- ruby/lesson2/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/lesson2/tutorial.md b/ruby/lesson2/tutorial.md index ff61386f..5003aa33 100644 --- a/ruby/lesson2/tutorial.md +++ b/ruby/lesson2/tutorial.md @@ -229,7 +229,7 @@ You can then use the [array sort](http://www.ruby-doc.org/core-2.1.1/Array.html# # More practise -Download and try to go through as much of the [Ruby Koans](https://github.com/neo/ruby_koans) as you can. +Download and try to go through as much of the [Ruby Koans](https://github.com/edgecase/ruby_koans) as you can. After you download the repository, you can generate the koans using