aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/README.rdoc
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-05-28 20:06:57 -0700
committerZachary Scott <e@zzak.io>2014-05-28 20:06:57 -0700
commitfc63e8074a4ae47a422a05567c905b6fd8c0b2aa (patch)
tree964802db1793e640e0100bf2a722cab42645fe84 /activerecord/README.rdoc
parentb8be14acdccf563bb2364c8ec5cb9b185a43cfd3 (diff)
downloadrails-fc63e8074a4ae47a422a05567c905b6fd8c0b2aa.tar.gz
rails-fc63e8074a4ae47a422a05567c905b6fd8c0b2aa.tar.bz2
rails-fc63e8074a4ae47a422a05567c905b6fd8c0b2aa.zip
Use github url for homepage of log4r [ci skip]
Diffstat (limited to 'activerecord/README.rdoc')
-rw-r--r--activerecord/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc
index e5b68750e4..c813b22f3b 100644
--- a/activerecord/README.rdoc
+++ b/activerecord/README.rdoc
@@ -130,7 +130,7 @@ This would also define the following accessors: `Product#name` and
SQLite3[link:classes/ActiveRecord/ConnectionAdapters/SQLite3Adapter.html].
-* Logging support for Log4r[http://log4r.rubyforge.org] and Logger[http://www.ruby-doc.org/stdlib/libdoc/logger/rdoc].
+* Logging support for Log4r[https://github.com/colbygk/log4r] and Logger[http://www.ruby-doc.org/stdlib/libdoc/logger/rdoc].
ActiveRecord::Base.logger = ActiveSupport::Logger.new(STDOUT)
ActiveRecord::Base.logger = Log4r::Logger.new('Application Log')