Skip to content

Commit 6a46f11

Browse files
committed
Some Brakeman doc links don't have trailing slash?
1 parent f5ae899 commit 6a46f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/brakeman-llm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def analyze_warning(warning)
7777
end
7878

7979
def help_doc(warning)
80-
if warning.link.match %r{https://brakemanscanner.org/(.+)/}
80+
if warning.link.match %r{https://brakemanscanner.org/(.+)}
8181
doc = File.join(__dir__, '..', $1, "index.markdown")
8282

8383
if File.exist? doc

0 commit comments

Comments
 (0)