Skip to content

Commit

Permalink
Update link-checker-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
manuzhang committed May 28, 2024
1 parent 795fea9 commit b74145d
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions site/link-checker-config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
{
"ignorePatterns": [
{
"pattern": "^https://www.linkedin.com/"
},
{
"pattern": "^https://mvnrepository.com/"
},
{
"pattern": "^../../javadoc"
},
{
"pattern": "^https://search.maven.org/"
}
],
"replacementPatterns": [
{
"pattern": "^docs/latest/",
Expand All @@ -22,5 +8,6 @@
"pattern": "^../../",
"replacement": "{{BASEURL}}/site/docs/"
}
]
}
],
"aliveStatusCodes": [0, 200]
}

0 comments on commit b74145d

Please sign in to comment.