Skip to content

Commit

Permalink
link-check: Ignore additional patterns
Browse files Browse the repository at this point in the history
These are intra-page links that somehow don't get detected correctly.
They work though.
  • Loading branch information
badboy committed Sep 11, 2024
1 parent bf95759 commit 31b49a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .linkcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -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$"}
]
}

0 comments on commit 31b49a7

Please sign in to comment.