diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-08-23 08:35:15 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-08-23 15:48:26 +0530 |
commit | ef7b09016bcaf0e78ecae5fe5c39e6d4d744d027 (patch) | |
tree | 759a6b7b9b7561330d84e41d307dd23d56164e25 /guides | |
parent | 744ed5c39381cb3e58eba6fab21f42b3408dce53 (diff) | |
download | rails-ef7b09016bcaf0e78ecae5fe5c39e6d4d744d027.tar.gz rails-ef7b09016bcaf0e78ecae5fe5c39e6d4d744d027.tar.bz2 rails-ef7b09016bcaf0e78ecae5fe5c39e6d4d744d027.zip |
Add a note about edge guides in the feedback section[ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/layout.html.erb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/guides/source/layout.html.erb b/guides/source/layout.html.erb index 24e1e23497..0513066f5a 100644 --- a/guides/source/layout.html.erb +++ b/guides/source/layout.html.erb @@ -106,8 +106,10 @@ </p> <p> You may also find incomplete content, or stuff that is not up to date. - Please do add any missing documentation for master. Check the - <%= link_to 'Ruby on Rails Guides Guidelines', 'ruby_on_rails_guides_guidelines.html' %> + Please do add any missing documentation for master. Make sure to check + <%= link_to 'Edge Guides','http://edgeguides.rubyonrails.org' %> first to verify + if the issues are already fixed or not on the master branch. + Check the <%= link_to 'Ruby on Rails Guides Guidelines', 'ruby_on_rails_guides_guidelines.html' %> for style and conventions. </p> <p> |