From 8f93516168f8c4d89ca1cfafcb01ee4f9b1fc491 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Oct 2006 01:53:51 +0000 Subject: [PATCH] Docfix (closes #5143) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5257 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab