diff options
author | Xavier Noria <fxn@hashref.com> | 2009-03-14 23:58:05 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-03-14 23:58:05 +0100 |
commit | 952d1cc75aed26c79706447b8a76cf1f3f8c5890 (patch) | |
tree | 055377904c20ba0d5888f1a3f2bc6ffacb8275ba | |
parent | e2a442c754fd1f3318efc4204220a33a17649eab (diff) | |
download | rails-952d1cc75aed26c79706447b8a76cf1f3f8c5890.tar.gz rails-952d1cc75aed26c79706447b8a76cf1f3f8c5890.tar.bz2 rails-952d1cc75aed26c79706447b8a76cf1f3f8c5890.zip |
recommend rake guides instead of script in instructions for contributing to guides
-rw-r--r-- | railties/guides/source/contribute.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contribute.textile b/railties/guides/source/contribute.textile index c8e3b9c202..0e9e364680 100644 --- a/railties/guides/source/contribute.textile +++ b/railties/guides/source/contribute.textile @@ -12,7 +12,7 @@ h3. How to Contribute? * All images are in the railties/guides/images directory. * Sample format : "Active Record Associations":http://github.com/lifo/docrails/blob/3e56a3832415476fdd1cb963980d0ae390ac1ed3/railties/guides/source/association_basics.textile * Sample output : "Active Record Associations":http://guides.rails.info/association_basics.html -* You can build the Guides during testing by running railties/guides/rails_guides.rb. +* You can build the Guides during testing by running +rake guides+ in the +railties+ directory. h3. What to Contribute? |