diff options
author | Dalibor Nasevic <dalibor.nasevic@gmail.com> | 2011-03-01 01:16:30 +0100 |
---|---|---|
committer | Dalibor Nasevic <dalibor.nasevic@gmail.com> | 2011-03-01 01:16:30 +0100 |
commit | 4c9626664f7cf2549939466e9c0e1f5853948111 (patch) | |
tree | 8b7ca76bdc939918bf0f30f0d95ac3fb9a74fc11 | |
parent | 819762c90f9f49e92dd555a89f0e865f9bab9838 (diff) | |
download | rails-4c9626664f7cf2549939466e9c0e1f5853948111.tar.gz rails-4c9626664f7cf2549939466e9c0e1f5853948111.tar.bz2 rails-4c9626664f7cf2549939466e9c0e1f5853948111.zip |
Removed link to un-existing Issues page on Github
-rw-r--r-- | railties/guides/source/layout.html.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index e924f2f6c0..f2681c6461 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -127,9 +127,6 @@ <%= link_to 'Ruby on Rails Guides Guidelines', 'ruby_on_rails_guides_guidelines.html' %> for style and conventions. </p> - <p> - Issues may also be reported in <%= link_to 'Github', 'https://github.com/lifo/docrails/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> |