Skip to content

Commit 444b80e

Browse files
authored
fix: ci md-links check (#3873)
* Using `/tree` instead of `/blob` (thanks GH) * Adjusting retry options
1 parent 015c976 commit 444b80e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/docs/src/guide/testing/fuel-core-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `launchTestNode` creates a temporary snapshot directory and configurations e
1212

1313
The default snapshot used is that of the current testnet network iteration.
1414

15-
Click [here](https://github.com/FuelLabs/fuels-ts/blob/master/.fuel-core/configs) to see what it looks like.
15+
Click [here](https://github.com/FuelLabs/fuels-ts/tree/master/.fuel-core/configs) to see what it looks like.
1616

1717
## Custom Snapshot
1818

link-check.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"aliveStatusCodes": [200, 206],
33
"timeout": "10s",
44
"retryOn429": true,
5-
"retryCount": 2,
6-
"fallbackRetryDelay": "5s",
5+
"retryCount": 10,
6+
"fallbackRetryDelay": "10s",
77
"ignorePatterns": [
88
{
99
"pattern": "^http://localhost:3000"

0 commit comments

Comments
 (0)