diff --git a/docs/guides/getting-started/part_0_learning_ruby.rst b/docs/guides/getting-started/part_0_learning_ruby.rst index 11e5019..bdbce1b 100644 --- a/docs/guides/getting-started/part_0_learning_ruby.rst +++ b/docs/guides/getting-started/part_0_learning_ruby.rst @@ -128,9 +128,6 @@ Ruby Learning Resources Here are some of my favorite resources for getting started with Ruby. A lot of them assume you are also new to programming in general. They do cover material that isn't very relevant to Squib, but that's okay - learning is never wasted, only squandered. -`CodeSchool's TryRuby `_ - This is one of my favorites. It's pretty basic but it walks you through the exercises interactively and makes good use of challenges. - `RubyMonk.com `_ An interactive explanation through Ruby. Gets a bit philosophical, but hey, what else would you expect from a monk?