Skip to content

Commit c144f5e

Browse files
authored
Fix external links (#11560)
Signed-off-by: Fanit Kolchina <[email protected]>
1 parent 019f751 commit c144f5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_plugins/link-checker.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ class CheckTypes
7373
'dl.acm.org', # 403s on bots
7474
'www.npmjs.com', # 403s on bots
7575
'www.base64decode.org', # 403s on bots
76-
'docs.docker.com', # 403s on bots
76+
'docs.docker.com', # 403s on bots,
77+
'docs-vizlib.insightsoftware.com', # 403s on bots,
7778
'example.issue.link' # a fake example link from the template
7879
]
7980

0 commit comments

Comments
 (0)