aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorBen Orenstein <ben.orenstein@gmail.com>2011-02-15 11:51:07 -0500
committerBen Orenstein <ben.orenstein@gmail.com>2011-02-15 11:51:07 -0500
commit35a266edfd9ac0f3afe7f7f13c2dcf29cb4b651f (patch)
tree89228240e5b1a77c88989b22c4cc65f31477f029 /railties
parent25e3d2caf4a4d567c1087db326cee3dfe15151a3 (diff)
downloadrails-35a266edfd9ac0f3afe7f7f13c2dcf29cb4b651f.tar.gz
rails-35a266edfd9ac0f3afe7f7f13c2dcf29cb4b651f.tar.bz2
rails-35a266edfd9ac0f3afe7f7f13c2dcf29cb4b651f.zip
Fix error: docrails is a fork, not a branch.
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 4f51c0f859..830b055359 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -253,7 +253,7 @@ h3. Contributing to the Rails Documentation
Ruby on Rails has two main sets of documentation: The guides help you to learn Ruby on Rails, and the API is a reference.
-You can create a ticket in Lighthouse to fix or expand documentation. However, if you're confident about your changes you can push them yourself directly via "docrails":http://github.com/lifo/docrails/tree/master. docrails is a branch with an *open commit policy* and public write access. Commits to docrails are still reviewed, but that happens after they are pushed. docrails is merged with master regularly, so you are effectively editing the Ruby on Rails documentation.
+You can create a ticket in Lighthouse to fix or expand documentation. However, if you're confident about your changes you can push them yourself directly via "docrails":http://github.com/lifo/docrails/tree/master. docrails is a fork of the Rails repository with an *open commit policy* and public write access. Commits to docrails are still reviewed, but that happens after they are pushed. docrails is merged with master regularly, so you are effectively editing the Ruby on Rails documentation.
When working with documentation, please take into account the "API Documentation Guidelines":api_documentation_guidelines.html and the "Ruby on Rails Guides Guidelines":ruby_on_rails_guides_guidelines.html.