We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed7c74 commit aa56c42Copy full SHA for aa56c42
scripts/url-checker-developer-portals.sh
@@ -5,9 +5,9 @@ ACCESS_TOKEN=$ACCESS_TOKEN
5
DELAY=1 # seconds between requests
6
# Developer portal links to check with dots (.) escaped
7
DEVELOPER_PORTAL_LINKS=(
8
- "developers\.redhat\.com"
9
- "www\.intel\.com"
10
- "github\.com"
+ "developers\.redhat\.com",
+ "www\.intel\.com",
+ "github\.com",
11
"developer\.hashicorp\.com",
12
"www\.packer\.io",
13
"www\.gnu\.org",
@@ -16,6 +16,9 @@ DEVELOPER_PORTAL_LINKS=(
16
"docs\.openstack\.org",
17
"upwind\.io",
18
"wiz\.io",
19
+ "linux\.die\.net",
20
+ "mysql\.com",
21
+ "dev\.mysql\.com",
22
)
23
LINKS_FILE="all_links.txt"
24
BROKEN_LINKS_FILE="link_report_developer_portals.txt"
0 commit comments