aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorNicolas Cavigneaux <nico@bounga.org>2011-03-16 13:04:39 +0100
committerNicolas Cavigneaux <nico@bounga.org>2011-03-16 13:04:39 +0100
commit3edba7189509915c0159e84a7c9be980fae0732f (patch)
treefa0fbc16481c7958db56e6bc80a51c83ebbfab78 /railties
parent64fe0d4cba1cbe3bb6c78cad129aa9be43fdcc29 (diff)
downloadrails-3edba7189509915c0159e84a7c9be980fae0732f.tar.gz
rails-3edba7189509915c0159e84a7c9be980fae0732f.tar.bz2
rails-3edba7189509915c0159e84a7c9be980fae0732f.zip
Add link to mailing-list
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/contributing_to_ruby_on_rails.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile
index 846a25d6d2..1fcc4fd7e3 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -371,7 +371,7 @@ Now create a ticket with your patch. Go to the "new ticket":http://rails.lightho
h4. Get Some Feedback
-Now you need to get other people to look at your patch, just as you've looked at other people's patches. You can use the rubyonrails-core mailing list or the #rails-contrib channel on IRC freenode for this. You might also try just talking to Rails developers that you know.
+Now you need to get other people to look at your patch, just as you've looked at other people's patches. You can use the "rubyonrails-core mailing list":http://groups.google.com/group/rubyonrails-core/ or the #rails-contrib channel on IRC freenode for this. You might also try just talking to Rails developers that you know.
h4. Iterate as Necessary