Skip to content

Commit 98919e0

Browse files
Update lib/logger.rb
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
1 parent 073a892 commit 98919e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
#
176176
# You can use a custom formatter to escape message data;
177177
# this formatter uses
178-
# {String#dump}[https://ruby-doc.org/core-3.1.2/String.html#method-i-dump]
178+
# {String#dump}[https://docs.ruby-lang.org/en/master/String.html#method-i-dump]
179179
# to escape the message string:
180180
#
181181
# original_formatter = logger.formatter || Logger::Formatter.new

0 commit comments

Comments
 (0)