-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmdlinkcheckconfig.json
111 lines (111 loc) · 2.43 KB
/
mdlinkcheckconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"ignorePatterns": [
{
"pattern": "linkedin"
},
{
"pattern": "https://opensource.su.domains"
},
{
"pattern": "^https://www.uni.lu/*"
},
{
"pattern": "https://researchcomputing.syr.edu/ospo"
},
{
"pattern": "https://artsandsciences.syracuse.edu/people/faculty/collin-capano/"
},
{
"pattern": "https://ospo.gwu.edu"
},
{
"pattern": "https://www.umass.edu/opensource/content/mission.html"
},
{
"pattern": "https://doi.org/10.7910/DVN/TJCLKP"
},
{
"pattern": "https://ospoplusplus.com"
},
{
"pattern": "https://tidelift.com",
"reason": "404"
},
{
"pattern": "https://x.com/scicodes1",
"reason": "400"
},
{
"pattern": "https://www.turing.ac.uk",
"reason": "403"
},
{
"pattern": "https://foundation.gnome.org/",
"reason": "403"
},
{
"pattern": "https://www.aps.org/",
"reason": "403"
},
{
"pattern": "https://www.aaas.org/",
"reason": "403"
},
{
"pattern": "https://openai.com/",
"reason": "403"
},
{
"pattern": "https://www.nsf.gov/",
"reason": "403"
},
{
"pattern": "https://www.unomaha.edu/college-of-information-science-and-technology/about/faculty-staff/matt-germonprez.php",
"reason": "403"
},
{
"pattern": "https://www.unomaha.edu/college-of-information-science-and-technology/bridge/index.php",
"reason": "403"
},
{
"pattern": "https://www.ieee.org/",
"reason": "403"
},
{
"pattern": "https://datanexus.ucsd.edu/ospo/index.html",
"reason": "403"
},
{
"pattern": "https://today.ucsd.edu/story/new-grant-supports-multi-uc-campus-effort-to-build-network-of-open-source-program-offices",
"reason": "403"
},
{
"pattern": "https://osf.io/institutions/gwu",
"reason": "500"
},
{
"pattern": "https://www.esa.int/",
"reason": "403"
},
{
"pattern": "https://x.com/scicodes1",
"reason": "400"
},
{
"pattern": "https://opsci.io",
"reason": "402"
},
{
"pattern": "https://commons.opsci.io/",
"reason": "402"
},
{
"pattern": "https://www.heliosopen.org/members",
"reason": "403"
},
{
"pattern": "https://you.stonybrook.edu/mckinnonrosati/open-source/",
"reason": "0"
}
]
}