Skip to content

Commit f30f563

Browse files
authored
Fix broken link in Mongo::Monitoring::Event::Secure (#2775)
1 parent 308326d commit f30f563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/mongo/monitoring/event/secure.rb

+1-1
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)