Skip to content

Commit 56d2c3b

Browse files
committed
Document and tune markdown link checking
1 parent cdd5824 commit 56d2c3b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ The [Code Structure Analysis Pipeline](./.github/workflows/java-code-analysis.ym
125125
- [openTSNE](https://github.com/pavlin-policar/openTSNE)
126126
- [wordcloud](https://github.com/amueller/word_cloud)
127127
- [Graph Visualization](./graph-visualization/README.md) uses [node.js](https://nodejs.org/de) and the dependencies listed in [package.json](./graph-visualization/package.json).
128+
- [Check links in markdown documentation (GitHub workflow)](./.github/workflows/check-links-in-documentation.yml) uses [markdown-link-check](https://github.com/tcort/markdown-link-check).
128129

129130
**Big shout-out** 📣 to all the creators and contributors of these great libraries 👍. Projects like this wouldn't be possible without them. Feel free to [create an issue](https://github.com/JohT/code-graph-analysis-pipeline/issues/new/choose) if something is missing or wrong in the list.
130131

markdown-lint-check-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
"pattern": "^http://localhost"
55
}
66
],
7+
"timeout": "30s",
8+
"retryOn429": true,
9+
"retryCount": 3,
10+
"fallbackRetryDelay": "60s",
711
"aliveStatusCodes": [200, 202, 206]
812
}

0 commit comments

Comments
 (0)