diff options
author | Jamison Dance <jergason@gmail.com> | 2010-08-26 21:20:22 -0600 |
---|---|---|
committer | Jamison Dance <jergason@gmail.com> | 2010-08-26 21:20:22 -0600 |
commit | 6398eba2400af004d9db19217f9d43ea7a33d877 (patch) | |
tree | f9f0755bbf42a2a86eff5a6b4d9bb46902745bee /README.rdoc | |
parent | 4d8158d9e5ada4aff5dc62712b7c4730b60cde48 (diff) | |
parent | 6eed7b36a2ec6f94d9ac3f254b05697649b78881 (diff) | |
download | rails-6398eba2400af004d9db19217f9d43ea7a33d877.tar.gz rails-6398eba2400af004d9db19217f9d43ea7a33d877.tar.bz2 rails-6398eba2400af004d9db19217f9d43ea7a33d877.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'README.rdoc')
-rw-r--r-- | README.rdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rdoc b/README.rdoc index 8476db6663..7ca376d492 100644 --- a/README.rdoc +++ b/README.rdoc @@ -51,8 +51,9 @@ more separate. Each of these packages can be used independently outside of 5. Follow the guidelines to start developing your application. You can find the following resources handy: * The README file created within your application. -* The {Getting Started Guide}[http://guides.rubyonrails.org/getting_started.html]. -* The {Ruby on Rails Tutorial Book}[http://railstutorial.org/book]. +* The {Getting Started with Rails}[http://guides.rubyonrails.org/getting_started.html]. +* The {Ruby on Rails Tutorial}[http://railstutorial.org/book]. +* The {Ruby on Rails guides}[http://guides.rubyonrails.org/getting_started.html]. * The {API documentation}[http://api.rubyonrails.org]. |