diff options
author | Xavier Noria <fxn@hashref.com> | 2009-12-29 23:59:06 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-12-29 23:59:06 +0100 |
commit | 93371d4c4afcc8a7063bcf21686d58ac4c4e4c89 (patch) | |
tree | 398672d93d3a1def923c09a51aac40906de428cb /railties/guides | |
parent | 9834c857e59ce3b97ca866fe8e9d00822f178e32 (diff) | |
download | rails-93371d4c4afcc8a7063bcf21686d58ac4c4e4c89.tar.gz rails-93371d4c4afcc8a7063bcf21686d58ac4c4e4c89.tar.bz2 rails-93371d4c4afcc8a7063bcf21686d58ac4c4e4c89.zip |
LH redirects to https in contributing guide
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/contributing_to_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_rails.textile b/railties/guides/source/contributing_to_rails.textile index 7a35076dd3..805fcf1a32 100644 --- a/railties/guides/source/contributing_to_rails.textile +++ b/railties/guides/source/contributing_to_rails.textile @@ -108,7 +108,7 @@ NOTE: If you're working with Active Record code, you _must_ ensure that the test h3. Helping to Resolve Existing Issues -As a next step beyond reporting issues, you can help the core team resolve existing issues. If you check the "open tickets":http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets?q=state%3Aopen list in Lighthouse, you'll find hundreds of issues already requiring attention. What can you do for these? Quite a bit, actually: +As a next step beyond reporting issues, you can help the core team resolve existing issues. If you check the "open tickets":https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets?q=state%3Aopen list in Lighthouse, you'll find hundreds of issues already requiring attention. What can you do for these? Quite a bit, actually: h4. Verifying Bug Reports |