diff options
author | Harshad Sabne <harshadsabne@users.noreply.github.com> | 2013-11-23 10:45:07 +0530 |
---|---|---|
committer | Harshad Sabne <harshadsabne@users.noreply.github.com> | 2013-11-23 10:45:07 +0530 |
commit | eb67aa976b42e4686274ead08031e465190d348d (patch) | |
tree | 23ca96c3c2f456be17ba93b249905337139e9057 /guides | |
parent | 20d3484f32f22b6775f3ff6e8983c5bc021855eb (diff) | |
download | rails-eb67aa976b42e4686274ead08031e465190d348d.tar.gz rails-eb67aa976b42e4686274ead08031e465190d348d.tar.bz2 rails-eb67aa976b42e4686274ead08031e465190d348d.zip |
API Documentation Guidelines link correction [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/ruby_on_rails_guides_guidelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/ruby_on_rails_guides_guidelines.md b/guides/source/ruby_on_rails_guides_guidelines.md index 5564b0648b..8faf03e58c 100644 --- a/guides/source/ruby_on_rails_guides_guidelines.md +++ b/guides/source/ruby_on_rails_guides_guidelines.md @@ -51,7 +51,7 @@ Use the same typography as in regular text: API Documentation Guidelines ---------------------------- -The guides and the API should be coherent and consistent where appropriate. Please have a look at these particular sections of the [API Documentation Guidelines](api_documentation_guidelines.html:) +The guides and the API should be coherent and consistent where appropriate. Please have a look at these particular sections of the [API Documentation Guidelines](api_documentation_guidelines.html): * [Wording](api_documentation_guidelines.html#wording) * [Example Code](api_documentation_guidelines.html#example-code) |