From f74cb952bfcdc4757c054524972c3197406708ff Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Tue, 9 Jun 2026 10:54:22 -0700 Subject: [PATCH] remove duplicate _snippets skip path --- tools/check-links.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/check-links.py b/tools/check-links.py index 9c1c499b3b..c0e6cc23a2 100755 --- a/tools/check-links.py +++ b/tools/check-links.py @@ -43,7 +43,6 @@ DEFAULT_SKIP_PATHS = [ "_code-samples", # Debatably, we might want to link-check the READMEs here "_api-examples", "_sources", - "_snippets", "img", ] MAX_RETRIES = 1 # Times to retry if a link doesn't work