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