aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-09-10 19:29:50 +0200
committerXavier Noria <fxn@hashref.com>2011-09-10 19:29:50 +0200
commite8e1911738ce990b55d068e603124572535baf5d (patch)
treef3b803d269007ec4d63dc4f287aa563b2204b67b /railties/guides/source
parent0a6756802cb8009566b00f5cda85eb6041e02a55 (diff)
downloadrails-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/guides/source')
-rw-r--r--railties/guides/source/layout.html.erb4
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>