aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorHendy Tanata <htanata@gmail.com>2011-05-31 16:51:55 +0800
committerHendy Tanata <htanata@gmail.com>2011-05-31 16:53:53 +0800
commitbdd7ecb34e5adf62b4e433454f8818f3ec6c42bf (patch)
tree5e548cf05f34fb6d6e12a95e5da887bf0130994a /railties/guides
parent910ebe1193d412cd7a08eb91e9e7692629b8b0d5 (diff)
downloadrails-bdd7ecb34e5adf62b4e433454f8818f3ec6c42bf.tar.gz
rails-bdd7ecb34e5adf62b4e433454f8818f3ec6c42bf.tar.bz2
rails-bdd7ecb34e5adf62b4e433454f8818f3ec6c42bf.zip
Update Rails coding conventions link.
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/api_documentation_guidelines.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/api_documentation_guidelines.textile b/railties/guides/source/api_documentation_guidelines.textile
index e22ffa4c04..48f6f04b21 100644
--- a/railties/guides/source/api_documentation_guidelines.textile
+++ b/railties/guides/source/api_documentation_guidelines.textile
@@ -38,7 +38,7 @@ h3. Example Code
Choose meaningful examples that depict and cover the basics as well as interesting points or gotchas.
Use two spaces to indent chunks of code.—that is two spaces with respect to the left margin; the examples
-themselves should use "Rails code conventions":http://rails.lighthouseapp.com/projects/8994/source-style.
+themselves should use "Rails coding conventions":contributing_to_ruby_on_rails.html#follow-the-coding-conventions.
Short docs do not need an explicit "Examples" label to introduce snippets, they just follow paragraphs: