aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-06-20 18:44:36 +0200
committerGitHub <noreply@github.com>2016-06-20 18:44:36 +0200
commit578f2c87d004a0afb1a2fc74c25dc457288c41ac (patch)
tree60f9f46aaa17f57dcc76dc8e3c2460ef2879ad9c /guides
parentce459720ec5ef039d1f825c69bd3d929d5885996 (diff)
parent006cd081ebce6b61188b625c016f28c84fcb6988 (diff)
downloadrails-578f2c87d004a0afb1a2fc74c25dc457288c41ac.tar.gz
rails-578f2c87d004a0afb1a2fc74c25dc457288c41ac.tar.bz2
rails-578f2c87d004a0afb1a2fc74c25dc457288c41ac.zip
Merge pull request #25452 from taboularasa/taboularasa/update-docs-api_documentation_guidelines
[ci skip] correction in command for generating api documentation
Diffstat (limited to 'guides')
-rw-r--r--guides/source/api_documentation_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md
index 5b34330936..34b9c0d2ca 100644
--- a/guides/source/api_documentation_guidelines.md
+++ b/guides/source/api_documentation_guidelines.md
@@ -20,7 +20,7 @@ The [Rails API documentation](http://api.rubyonrails.org) is generated with
in the rails root directory, run `bundle install` and execute:
```bash
- ./bin/rails rdoc
+ bundle exec rake rdoc
```
Resulting HTML files can be found in the ./doc/rdoc directory.