diff --git a/_plugins/link-checker.rb b/_plugins/link-checker.rb index af69fb811a..094a13eff5 100644 --- a/_plugins/link-checker.rb +++ b/_plugins/link-checker.rb @@ -69,7 +69,7 @@ class CheckTypes ## # Pattern of local paths to ignore - @ignored_paths = %r{(^/javadocs|^mailto:)}.freeze + @ignored_paths = %r{(^/javadocs|^mailto:|^/clients|^/data-prepper|^/benchmark)}.freeze ## # Holds the list of failures