diff --git a/activerecord/README b/activerecord/README index 265d8cc61e1802af628f0ea8ed32afb855487355..c938c66fdebad5bfe598daff2375727bb72427e7 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