diff --git a/_plugins/link-checker.rb b/_plugins/link-checker.rb index 8d1535f317..8a56633bc2 100644 --- a/_plugins/link-checker.rb +++ b/_plugins/link-checker.rb @@ -60,7 +60,7 @@ module Jekyll::LinkChecker ## # 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