Skip to content

Commit

Permalink
Change ActiveRecord and ActionPack links to point to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnoble committed Jun 17, 2011
1 parent 144a388 commit c56618e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ you to present the data from database rows as objects and embellish these data o
with business logic methods. Although most Rails models are backed by a database, models
can also be ordinary Ruby classes, or Ruby classes that implement a set of interfaces as
provided by the ActiveModel module. You can read more about Active Record in its
{README}[link:files/activerecord/README_rdoc.html].
{README}[link:master/activerecord/README_rdoc.html].

The Controller layer is responsible for handling incoming HTTP requests and providing a
suitable response. Usually this means returning HTML, but Rails controllers can also
Expand All @@ -29,7 +29,7 @@ In Rails, the Controller and View layers are handled together by Action Pack.
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 which are
independent. Each of these packages can be used independently outside of Rails. You
can read more about Action Pack in its {README}[link:files/actionpack/README_rdoc.html].
can read more about Action Pack in its {README}[link:master/actionpack/README_rdoc.html].

== Getting Started

Expand Down

0 comments on commit c56618e

Please sign in to comment.