diff options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/layout.html.erb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/guides/source/layout.html.erb b/guides/source/layout.html.erb index ef2bdf0753..1c269e8768 100644 --- a/guides/source/layout.html.erb +++ b/guides/source/layout.html.erb @@ -101,12 +101,12 @@ You're encouraged to help improve the quality of this guide. </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. + If you see any typos or factual errors, you can propose documentation changes to + <%= link_to 'docrails', 'https://github.com/rails/docrails' %>. You can either ask + for commit bit if you'd like to contribute to <%= link_to 'docrails', 'https://github.com/rails/docrails' %> + regularly (Please contact anyone from <%= link_to 'the core team', 'http://rubyonrails.org/core' %>), or + else open a pull request to <%= link_to 'Rails', 'https://github.com/rails/rails' %> itself. + <%= link_to 'docrails', 'https://github.com/rails/docrails' %> is cross-merged with master periodically. </p> <p> You may also find incomplete content, or stuff that is not up to date. |