diff options
author | Xavier Noria <fxn@hashref.com> | 2013-06-21 01:34:19 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-06-21 01:34:19 -0700 |
commit | c5fc38d2fdd180d26ebda7c24e8fb3dc1eec17fd (patch) | |
tree | 139e2f112558d5e139b85312a3873896be62b48a /guides/source | |
parent | 50311f1391ddd8e0349d74eb57f04b7e0045a27d (diff) | |
parent | 92087e87c5ed8276870799853ac2fa60475c9083 (diff) | |
download | rails-c5fc38d2fdd180d26ebda7c24e8fb3dc1eec17fd.tar.gz rails-c5fc38d2fdd180d26ebda7c24e8fb3dc1eec17fd.tar.bz2 rails-c5fc38d2fdd180d26ebda7c24e8fb3dc1eec17fd.zip |
Merge pull request #11039 from robin850/patch-2
Backport #11033 to master
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/layout.html.erb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/layout.html.erb b/guides/source/layout.html.erb index ef2bdf0753..1dcf383b92 100644 --- a/guides/source/layout.html.erb +++ b/guides/source/layout.html.erb @@ -102,11 +102,11 @@ </p> <p> If you see any typos or factual errors you are confident to - patch, please clone <%= link_to 'docrails', 'https://github.com/rails/docrails' %> - and push the change yourself. That branch of Rails has public write access. - Commits are still reviewed, but that happens after you've submitted your - contribution. <%= link_to 'docrails', 'https://github.com/rails/docrails' %> is - cross-merged with master periodically. + patch, please clone the <%= link_to 'rails', 'https://github.com/rails/rails' %> + repository and open a new pull request. You can also ask for commit rights on + <%= link_to 'docrails', 'https://github.com/rails/docrails' %> if you plan to submit + several patches. Commits are reviewed, but that happens after you've submitted your + contribution. This repository is cross-merged with master periodically. </p> <p> You may also find incomplete content, or stuff that is not up to date. |