-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.markdown-link-check.json
43 lines (43 loc) · 1.07 KB
/
.markdown-link-check.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
{
"ignorePatterns": [
{
"pattern": "^#"
},
{
"pattern": "^https://iam.nih.gov"
},
{
"pattern": "^https://github.com/conda-forge/miniforge/releases/"
},
{
"pattern": "^https://github.com/david-thrower-nih/DL-gwas-gcp-example"
}
],
"replacementPatterns": [
{
"pattern": "^/docs",
"replacement": "https://github.com/STRIDES/NIHCloudLabGCP/tree/main/docs"
},
{
"pattern": "^/notebooks",
"replacement": "https://github.com/STRIDES/NIHCloudLabGCP/tree/main/notebooks"
},
{
"pattern": "^/images",
"replacement": "https://github.com/STRIDES/NIHCloudLabGCP/tree/main/images"
},
{
"pattern": "^/issues",
"replacement": "https://github.com/STRIDES/NIHCloudLabGCP/issues"
},
{
"pattern": "^/assets",
"replacement": "https://github.com/STRIDES/NIHCloudLabGCP/tree/main/tutorials/notebooks/DL-gwas-gcp-example/assets"
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206]
}