Skip to content

Commit ba527e1

Browse files
alexbevicomandeo-mongo
authored andcommitted
Fix broken link in Mongo::Monitoring::Event::Secure (mongodb#2775)
1 parent 79dba06 commit ba527e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/monitoring/event/secure.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def sensitive?(command_name:, document:)
5858
# According to Command Monitoring spec,for hello/legacy hello commands
5959
# when speculativeAuthenticate is present, their commands AND replies
6060
# MUST be redacted from the events.
61-
# See https://github.com/mongodb/specifications/blob/master/source/command-monitoring/command-monitoring.rst#security
61+
# See https://github.com/mongodb/specifications/blob/master/source/command-logging-and-monitoring/command-logging-and-monitoring.rst#security
6262
true
6363
else
6464
false

0 commit comments

Comments
 (0)