From e8e1911738ce990b55d068e603124572535baf5d Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 10 Sep 2011 19:29:50 +0200 Subject: clarify that documentation bugs have to be reported as Rails issues. [Closes #2858] --- railties/guides/source/layout.html.erb | 4 ++++ 1 file changed, 4 insertions(+) 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.

+

+ 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' %>. +

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' %>.

-- cgit v1.2.3