aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contribute.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-04 02:30:31 -0700
committerXavier Noria <fxn@hashref.com>2010-04-04 02:30:31 -0700
commitac8b71cc2032bd352cbe6c078bdff55b236cab8a (patch)
tree28b4aa335e89282f07987ca088c44a9b2c38a58b /railties/guides/source/contribute.textile
parentc52bec77f53a1dc4e3f61fbd45460b99f8f46fb1 (diff)
downloadrails-ac8b71cc2032bd352cbe6c078bdff55b236cab8a.tar.gz
rails-ac8b71cc2032bd352cbe6c078bdff55b236cab8a.tar.bz2
rails-ac8b71cc2032bd352cbe6c078bdff55b236cab8a.zip
guides assets are now centralized in the assets directory, with standard subdirs
Diffstat (limited to 'railties/guides/source/contribute.textile')
-rw-r--r--railties/guides/source/contribute.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contribute.textile b/railties/guides/source/contribute.textile
index 1203e38a4e..8c64df5362 100644
--- a/railties/guides/source/contribute.textile
+++ b/railties/guides/source/contribute.textile
@@ -9,7 +9,7 @@ h3. How to Contribute?
* We have an open commit policy: anyone is welcome to contribute, but you'll need to ask for commit access.
* PM lifo at "GitHub":http://github.com asking for "docrails":http://github.com/lifo/docrails/tree/master commit access.
* Guides are written in Textile, and reside at railties/guides/source in the docrails project.
-* All images are in the railties/guides/images directory.
+* Assets are stored in the +railties/guides/assets+ directory.
* Sample format : "Active Record Associations":http://github.com/lifo/docrails/blob/3e56a3832415476fdd1cb963980d0ae390ac1ed3/railties/guides/source/association_basics.textile
* Sample output : "Active Record Associations":association_basics.html
* You can build the Guides during testing by running +rake generate_guides+ in the +railties+ directory.