From 7a15b131af9582a20d3afc46a7e4db2330fa6688 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sat, 19 May 2018 23:05:04 -0400 Subject: [PATCH] Removing link to TryRuby --- docs/guides/getting-started/part_0_learning_ruby.rst | 3 --- 1 file changed, 3 deletions(-) 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?