aboutsummaryrefslogtreecommitdiffstats
path: root/README.rdoc
diff options
context:
space:
mode:
authorJoost Baaij <joost@spacebabies.nl>2010-08-24 12:22:54 +0200
committerXavier Noria <fxn@hashref.com>2010-08-24 16:20:32 +0200
commit20333be581a7fb7584e1689b22b1ed5637c73ffa (patch)
tree1aa02293bbdef75484b46fba36c1613e096df0b1 /README.rdoc
parent6ef60bd9ffff44187b3016d00923835a609293bf (diff)
downloadrails-20333be581a7fb7584e1689b22b1ed5637c73ffa.tar.gz
rails-20333be581a7fb7584e1689b22b1ed5637c73ffa.tar.bz2
rails-20333be581a7fb7584e1689b22b1ed5637c73ffa.zip
fix broken relative links [#5415 state:committed]
Signed-off-by: Xavier Noria <fxn@hashref.com>
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rdoc b/README.rdoc
index b1a9e961f9..ea98d78a27 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -14,16 +14,16 @@ and directing data to the view.
In \Rails, the model is handled by what's called an object-relational mapping
layer entitled Active Record. This layer allows you to present the data from
database rows as objects and embellish these data objects with business logic
-methods. You can read more about Active Record in
-link:files/vendor/rails/activerecord/README.html.
+methods. You can read more about Active Record in its
+{README}[link:files/activerecord/README_rdoc.html].
The controller and view are handled by the Action Pack, which handles both
layers by its two parts: Action View and Action Controller. These two layers
are bundled in a single package due to their heavy interdependence. This is
unlike the relationship between the Active Record and Action Pack that is much
more separate. Each of these packages can be used independently outside of
-\Rails. You can read more about Action Pack in
-link:files/vendor/rails/actionpack/README.html.
+\Rails. You can read more about Action Pack in its
+{README}[link:files/actionpack/README_rdoc.html].
== Getting Started
@@ -58,7 +58,7 @@ the following resources handy:
== Contributing
-We encourage you to contribute to Ruby on \Rails! Please check out the {Contributing to \Rails
+We encourage you to contribute to Ruby on \Rails! Please check out the {Contributing to Rails
guide}[http://edgeguides.rubyonrails.org/contributing_to_rails.html] for guidelines about how
to proceed. {Join us}[http://contributors.rubyonrails.org]!