diff options
author | Doug Yun <yun.douglas@gmail.com> | 2013-02-19 11:11:42 -0500 |
---|---|---|
committer | Doug Yun <yun.douglas@gmail.com> | 2013-02-19 11:11:42 -0500 |
commit | 336dae02cd001b0bea9e106e129e89931cce29e6 (patch) | |
tree | 8077485beeb715fea28faca0fd36eb3a457b2d72 /activesupport | |
parent | f9f6fc7a91fecc7a52c812d2900b9ae5d4636743 (diff) | |
download | rails-336dae02cd001b0bea9e106e129e89931cce29e6.tar.gz rails-336dae02cd001b0bea9e106e129e89931cce29e6.tar.bz2 rails-336dae02cd001b0bea9e106e129e89931cce29e6.zip |
Corrected link anchor and added colons for continuity
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/README.rdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/README.rdoc b/activesupport/README.rdoc index ed688ecc59..f3582767c0 100644 --- a/activesupport/README.rdoc +++ b/activesupport/README.rdoc @@ -12,7 +12,7 @@ The latest version of Active Support can be installed with RubyGems: % [sudo] gem install activesupport -Source code can be downloaded as part of the Rails project on GitHub +Source code can be downloaded as part of the Rails project on GitHub: * https://github.com/rails/rails/tree/master/activesupport @@ -26,7 +26,7 @@ Active Support is released under the MIT license: == Support -API documentation is at +API documentation is at: * http://api.rubyonrails.org |