diff options
author | Luigi Montanez <luigi.montanez@gmail.com> | 2009-09-04 11:42:07 -0400 |
---|---|---|
committer | Luigi Montanez <luigi.montanez@gmail.com> | 2009-09-04 11:42:07 -0400 |
commit | 4dccf18b93e568cca8638ab3ad6f47a0275d2a05 (patch) | |
tree | 58908399f48ada9096a6abe013545d491361b09b | |
parent | 612fea185a815087b7d0d1a055464ce01a7e3842 (diff) | |
download | rails-4dccf18b93e568cca8638ab3ad6f47a0275d2a05.tar.gz rails-4dccf18b93e568cca8638ab3ad6f47a0275d2a05.tar.bz2 rails-4dccf18b93e568cca8638ab3ad6f47a0275d2a05.zip |
Link to the mislav-hosted Why's Poignant Guide.
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index eef221266e..8abc9d2a47 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -23,7 +23,7 @@ It is highly recommended that you *familiarize yourself with Ruby before diving * "Mr. Neighborly's Humble Little Ruby Book":http://www.humblelittlerubybook.com * "Programming Ruby":http://www.rubycentral.com/book -* "Why's (Poignant) Guide to Ruby":http://poignantguide.net/ruby/ +* "Why's (Poignant) Guide to Ruby":http://mislav.uniqpath.com/poignant-guide/ h3. What is Rails? |