Skip to content

Commit 88f981a

Browse files
docs: extend dev links DOC-1884 (#9474) (#9478)
(cherry picked from commit 6f6c28b) Co-authored-by: Adelina Simion <[email protected]>
1 parent 46a1deb commit 88f981a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

scripts/url-checker-developer-portals.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ACCESS_TOKEN=$ACCESS_TOKEN
55
DELAY=1 # seconds between requests
66
# Developer portal links to check with dots (.) escaped
77
DEVELOPER_PORTAL_LINKS=(
8-
"developers\.redhat\.com"
9-
"www\.intel\.com"
10-
"github\.com"
8+
"developers\.redhat\.com",
9+
"www\.intel\.com",
10+
"github\.com",
1111
"developer\.hashicorp\.com",
1212
"www\.packer\.io",
1313
"www\.gnu\.org",
@@ -16,6 +16,9 @@ DEVELOPER_PORTAL_LINKS=(
1616
"docs\.openstack\.org",
1717
"upwind\.io",
1818
"wiz\.io",
19+
"linux\.die\.net",
20+
"mysql\.com",
21+
"dev\.mysql\.com",
1922
)
2023
LINKS_FILE="all_links.txt"
2124
BROKEN_LINKS_FILE="link_report_developer_portals.txt"

0 commit comments

Comments
 (0)