From c8beef7d655828d0c72759036a6bc6479f5bbcea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Jun 2024 20:49:02 +0000 Subject: [PATCH] Exclude clients, benchmark, and data prepper from link checking for older versions (#7519) Signed-off-by: Fanit Kolchina (cherry picked from commit d6ae8d07f1d99cc57c1bf8cf8c49f554d6a25f0d) Signed-off-by: github-actions[bot] --- _plugins/link-checker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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