From 31b49a7465b8e7d39e177894dce773586b32affd Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 11 Sep 2024 11:07:17 +0200 Subject: [PATCH] link-check: Ignore additional patterns These are intra-page links that somehow don't get detected correctly. They work though. --- .linkcheck.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.linkcheck.json b/.linkcheck.json index ec4d34102..76c395405 100644 --- a/.linkcheck.json +++ b/.linkcheck.json @@ -16,6 +16,9 @@ { "pattern": "^https://help.looker.com"}, { "pattern": "^https://mozilla-hub.atlassian.net" }, { "pattern": "^https:///mozilla.slack.com" }, - { "pattern": "^https://mozilla.udemy.com"} + { "pattern": "^https://mozilla.udemy.com"}, + { "pattern": "^#bigquery-materialized-views$"}, + { "pattern": "^#looker-pdts--aggregate-awareness$"}, + { "pattern": "^#experiment-unpacking$"} ] }