aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2015-12-11 00:39:13 -0200
committerRafael França <rafaelmfranca@gmail.com>2015-12-11 00:39:13 -0200
commit8570c806bf6785bed657eb172ff2d0c795c98505 (patch)
treea54051443a7657a2cea7d46b49768e0385d4c71d
parent39309d1347b53b31a6a2d9c7ac59c54df46358a9 (diff)
parentabc7b88e755b712727e37ba24187bf85404a9b74 (diff)
downloadrails-8570c806bf6785bed657eb172ff2d0c795c98505.tar.gz
rails-8570c806bf6785bed657eb172ff2d0c795c98505.tar.bz2
rails-8570c806bf6785bed657eb172ff2d0c795c98505.zip
Merge pull request #22554 from y-yagi/fix_link_to_coc
fix links to code of conduct [ci skip]
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index 5885eb6e1c..ed88ecf6ac 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -16,7 +16,7 @@ After reading this guide, you will know:
Ruby on Rails is not "someone else's framework." Over the years, hundreds of people have contributed to Ruby on Rails ranging from a single character to massive architectural changes or significant documentation - all with the goal of making Ruby on Rails better for everyone. Even if you don't feel up to writing code or documentation yet, there are a variety of other ways that you can contribute, from reporting issues to testing patches.
As mentioned in [Rails
-README](https://github.com/rails/rails/blob/master/README.md), everyone interacting in Rails and its sub-projects' codebases, issue trackers, chat rooms, and mailing lists is expected to follow the Rails [code of conduct](https://github.com/rails/rails/blob/master/CODE_OF_CONDUCT.md).
+README](https://github.com/rails/rails/blob/master/README.md), everyone interacting in Rails and its sub-projects' codebases, issue trackers, chat rooms, and mailing lists is expected to follow the Rails [code of conduct](http://rubyonrails.org/conduct/).
--------------------------------------------------------------------------------