diff options
author | Xavier Noria <fxn@hashref.com> | 2010-03-19 21:39:42 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-03-19 21:39:42 +0100 |
commit | 02be581f45f74e735252afa167cee3ca6ab45b5e (patch) | |
tree | d27597ef0161acf0485d8ba1e253c891716e896c /railties/guides/source/contribute.textile | |
parent | 61f6749fb7c05df6595fd810a181eb9134000f1c (diff) | |
download | rails-02be581f45f74e735252afa167cee3ca6ab45b5e.tar.gz rails-02be581f45f74e735252afa167cee3ca6ab45b5e.tar.bz2 rails-02be581f45f74e735252afa167cee3ca6ab45b5e.zip |
s/guides.rails.info/edgeguides.rubyonrails.org/ in a few places, and makes some links relative to work in either site
Diffstat (limited to 'railties/guides/source/contribute.textile')
-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 a48edef79d..1203e38a4e 100644 --- a/railties/guides/source/contribute.textile +++ b/railties/guides/source/contribute.textile @@ -11,7 +11,7 @@ h3. How to Contribute? * Guides are written in Textile, and reside at railties/guides/source in the docrails project. * 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 +* Sample output : "Active Record Associations":association_basics.html * You can build the Guides during testing by running +rake generate_guides+ in the +railties+ directory. h3. What to Contribute? |