Skip to content

Commit 19bd204

Browse files
authored
Fix external links (#11588)
Signed-off-by: Fanit Kolchina <[email protected]>
1 parent 035cbb6 commit 19bd204

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_plugins/link-checker.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ class CheckTypes
7575
'www.base64decode.org', # 403s on bots
7676
'docs.docker.com', # 403s on bots,
7777
'docs-vizlib.insightsoftware.com', # 403s on bots,
78+
'medium.com', # 403s on bots
79+
'elastic.co', # 406s on bots
80+
'www.elastic.co', # 406s on bots
7881
'example.issue.link' # a fake example link from the template
7982
]
8083

0 commit comments

Comments
 (0)