diff options
author | Joseph Pecoraro <joepeck02@gmail.com> | 2009-05-29 16:27:50 -0400 |
---|---|---|
committer | Joseph Pecoraro <joepeck02@gmail.com> | 2009-05-29 16:27:50 -0400 |
commit | f68fca2e7665dec8efcc1f45477760ef266d3d43 (patch) | |
tree | fa376d736e697013f7b7559fd2f64a49cd5e2833 | |
parent | 3014f0f4c53da5b10294670976080b0036c016dd (diff) | |
download | rails-f68fca2e7665dec8efcc1f45477760ef266d3d43.tar.gz rails-f68fca2e7665dec8efcc1f45477760ef266d3d43.tar.bz2 rails-f68fca2e7665dec8efcc1f45477760ef266d3d43.zip |
Linked to the IRC channel.
-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 15f900563f..6c7389b62d 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -1290,7 +1290,7 @@ Now that you've seen your first Rails application, you should feel free to updat * The "Ruby On Rails guides":http://guides.rubyonrails.org * The "Ruby on Rails mailing list":http://groups.google.com/group/rubyonrails-talk -* The #rubyonrails channel on irc.freenode.net +* The "#rubyonrails":irc://irc.freenode.net/#rubyonrails channel on irc.freenode.net * The "Rails Wiki":http://wiki.rubyonrails.org/ Rails also comes with built-in help that you can generate using the rake command-line utility: |