From 19ef270923cfa498b904cb3cc4484c83e463f371 Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Fri, 6 Jun 2014 17:10:36 +0530 Subject: remove rubyforge.org that was shut down [ci skip] --- guides/source/api_documentation_guidelines.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'guides/source/api_documentation_guidelines.md') diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md index 2a3bb4e34d..0a55e31818 100644 --- a/guides/source/api_documentation_guidelines.md +++ b/guides/source/api_documentation_guidelines.md @@ -13,7 +13,13 @@ After reading this guide, you will know: RDoc ---- -The Rails API documentation is generated with RDoc. Please consult the documentation for help with the [markup](http://rdoc.rubyforge.org/RDoc/Markup.html), and also take into account these [additional directives](http://rdoc.rubyforge.org/RDoc/Parser/Ruby.html). +The [Rails API documentation](http://api.rubyonrails.org) is generated with RDoc. + +```bash + bundle exec rake rdoc +``` + +Resulting HTML files can be found and browsed at ./doc/rdoc directory. Just open index.html file in the browser and you're done. Wording ------- -- cgit v1.2.3