summaryrefslogtreecommitdiff
path: root/lib/logger.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/logger.rb')
-rw-r--r--lib/logger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger.rb b/lib/logger.rb
index 54fd9c0595..3ee354780b 100644
--- a/lib/logger.rb
+++ b/lib/logger.rb
@@ -175,7 +175,7 @@ require_relative 'logger/errors'
#
# You can use a custom formatter to escape message data;
# this formatter uses
-# {String#dump}[https://ruby-doc.org/core-3.1.2/String.html#method-i-dump]
+# {String#dump}[https://docs.ruby-lang.org/en/master/String.html#method-i-dump]
# to escape the message string:
#
# original_formatter = logger.formatter || Logger::Formatter.new