diff options
author | Xavier Noria <fxn@hashref.com> | 2010-12-23 00:23:22 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-12-23 00:23:22 +0100 |
commit | 0b5222fa45ff8da340ca4f086d735e97b7fb7326 (patch) | |
tree | 5b4628713fa710af5b0409d532cde3748fedf614 /railties | |
parent | 8a3132b8a936bc4d32858d10fd985c3de5e57fd8 (diff) | |
download | rails-0b5222fa45ff8da340ca4f086d735e97b7fb7326.tar.gz rails-0b5222fa45ff8da340ca4f086d735e97b7fb7326.tar.bz2 rails-0b5222fa45ff8da340ca4f086d735e97b7fb7326.zip |
API guidelines: RDoc markup documentation has been moved in RDoc 3
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/api_documentation_guidelines.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/api_documentation_guidelines.textile b/railties/guides/source/api_documentation_guidelines.textile index b977d9373e..2bbb1b5919 100644 --- a/railties/guides/source/api_documentation_guidelines.textile +++ b/railties/guides/source/api_documentation_guidelines.textile @@ -6,7 +6,7 @@ endprologue. h3. RDoc -The Rails API documentation is generated with RDoc 2.5. Please consult the documentation for help with the "markup":http://rdoc.rubyforge.org/RDoc.html, and take into account also these "additional directives":http://rdoc.rubyforge.org/RDoc/Parser/Ruby.html. +The Rails API documentation is generated with RDoc 2.5. Please consult the documentation for help with the "markup":http://rdoc.rubyforge.org/RDoc/Markup.html, and take into account also these "additional directives":http://rdoc.rubyforge.org/RDoc/Parser/Ruby.html. h3. Wording |