diff options
author | Xavier Noria <fxn@hashref.com> | 2013-07-17 15:04:29 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-07-17 15:04:29 -0700 |
commit | df6a62d8c0b4520f2732e8a06439c6ae7e98900c (patch) | |
tree | 089cde4493467848b6b62a6a12ead4cb5729965c | |
parent | 5245648812733d2c31f251de3e05e78e68bfa3a5 (diff) | |
parent | 4091606ff1ba9185d41da9b0559d5053e235b748 (diff) | |
download | rails-df6a62d8c0b4520f2732e8a06439c6ae7e98900c.tar.gz rails-df6a62d8c0b4520f2732e8a06439c6ae7e98900c.tar.bz2 rails-df6a62d8c0b4520f2732e8a06439c6ae7e98900c.zip |
Merge pull request #11465 from arunagw/removed_missleading_readme_link_doc
Fixed README link in API
-rw-r--r-- | railties/RDOC_MAIN.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/RDOC_MAIN.rdoc b/railties/RDOC_MAIN.rdoc index aa67005b24..eccdee7b07 100644 --- a/railties/RDOC_MAIN.rdoc +++ b/railties/RDOC_MAIN.rdoc @@ -55,7 +55,7 @@ can read more about Action Pack in its {README}[link:files/actionpack/README_rdo 5. Follow the guidelines to start developing your application. You may find the following resources handy: -* The README file created within your application. +* The \README file created within your application. * {Getting Started with \Rails}[http://guides.rubyonrails.org/getting_started.html]. * {Ruby on \Rails Tutorial}[http://ruby.railstutorial.org/ruby-on-rails-tutorial-book]. * {Ruby on \Rails Guides}[http://guides.rubyonrails.org]. |