aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/README
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/README')
-rwxr-xr-xactiverecord/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/README b/activerecord/README
index 265d8cc61e..c938c66fde 100755
--- a/activerecord/README
+++ b/activerecord/README
@@ -117,7 +117,7 @@ A short rundown of the major features:
* Transaction support on both a database and object level. The latter is implemented
- by using Transaction::Simple[http://www.halostatue.ca/ruby/Transaction__Simple.html]
+ by using Transaction::Simple[http://railsmanual.com/module/Transaction::Simple]
# Just database transaction
Account.transaction do