mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:25:06 +03:00
update link checker
This commit is contained in:
parent
9926f2318c
commit
4d7b55f18a
1 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ exclude = [
|
||||||
"https://www.clarity.ms/tag/",
|
"https://www.clarity.ms/tag/",
|
||||||
"https://www.googletagmanager.com/gtm.js",
|
"https://www.googletagmanager.com/gtm.js",
|
||||||
".*/mailto:.*@.*",
|
".*/mailto:.*@.*",
|
||||||
"https://tea.xyz/tea.white-paper",
|
"https://tea.xyz/tea.white-paper", # fragment used in js
|
||||||
"https://tea.xyz/tea.products",
|
"https://tea.xyz/tea.products",
|
||||||
"https://tea.xyz/tea.nebraska-man",
|
"https://tea.xyz/tea.nebraska-man",
|
||||||
"https://tea.xyz/tea.cli",
|
"https://tea.xyz/tea.cli",
|
||||||
|
@ -26,5 +26,6 @@ exclude = [
|
||||||
"https://openssl.org/",
|
"https://openssl.org/",
|
||||||
"https://twitter.com/teaxyz_",
|
"https://twitter.com/teaxyz_",
|
||||||
"file:///home/runner/work/www/www/public/+github.com/rhash/RHash",
|
"file:///home/runner/work/www/www/public/+github.com/rhash/RHash",
|
||||||
"file:///home/runner/work/www/www/public/+github.com/rhash/RHash"
|
"file:///home/runner/work/www/www/public/+github.com/rhash/RHash",
|
||||||
|
"https://app.tea.xyz/api/signups", # can take a little too long, and no reason to hammer here.
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue