diff options
author | Xavier Noria <fxn@hashref.com> | 2011-09-10 19:29:50 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-09-10 19:29:50 +0200 |
commit | e8e1911738ce990b55d068e603124572535baf5d (patch) | |
tree | f3b803d269007ec4d63dc4f287aa563b2204b67b /railties | |
parent | 0a6756802cb8009566b00f5cda85eb6041e02a55 (diff) | |
download | rails-e8e1911738ce990b55d068e603124572535baf5d.tar.gz rails-e8e1911738ce990b55d068e603124572535baf5d.tar.bz2 rails-e8e1911738ce990b55d068e603124572535baf5d.zip |
clarify that documentation bugs have to be reported as Rails issues. [Closes #2858]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/layout.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index 3ccbc3a477..4ef569013c 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -129,6 +129,10 @@ <%= link_to 'Ruby on Rails Guides Guidelines', 'ruby_on_rails_guides_guidelines.html' %> for style and conventions. </p> + <p> + If for whatever reason you spot something to fix but cannot patch it yourself, please + <%= link_to 'open an issue', 'https://github.com/rails/rails/issues' %>. + </p> <p>And last but not least, any kind of discussion regarding Ruby on Rails documentation is very welcome in the <%= link_to 'rubyonrails-docs mailing list', 'http://groups.google.com/group/rubyonrails-docs' %>. </p> |