aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-06-04 10:46:41 -0400
committerJon Moss <maclover7@users.noreply.github.com>2016-06-04 10:46:41 -0400
commitd6d2fcb42d954c8e1bc354770b7c3fc80aa32c31 (patch)
tree6aae0ad1147e7b447e1a241208cf96460e2ddd32 /guides
parentbb6dc164240252ad75db4a4d76a79fed5309b2a3 (diff)
parentdf0bfad26d61099e729a45d4acb9d4d2c95cdfc8 (diff)
downloadrails-d6d2fcb42d954c8e1bc354770b7c3fc80aa32c31.tar.gz
rails-d6d2fcb42d954c8e1bc354770b7c3fc80aa32c31.tar.bz2
rails-d6d2fcb42d954c8e1bc354770b7c3fc80aa32c31.zip
Merge pull request #25278 from mechanicles/fix-link
[ci skip] Fix link rubyonrails.org/core => http://rubyonrails.org/community
Diffstat (limited to 'guides')
-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 49d5f5a555..ba8d085f79 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -131,7 +131,7 @@ learn about Ruby on Rails, and the API, which serves as a reference.
You can help improve the Rails guides by making them more coherent, consistent or readable, adding missing information, correcting factual errors, fixing typos, or bringing them up to date with the latest edge Rails.
You can either open a pull request to [Rails](https://github.com/rails/rails) or
-ask the [Rails core team](http://rubyonrails.org/core) for commit access on
+ask the [Rails core team](http://rubyonrails.org/community/#core) for commit access on
docrails if you contribute regularly.
Please do not open pull requests in docrails, if you'd like to get feedback on your
change, ask for it in [Rails](https://github.com/rails/rails) instead.