Skip to content

Commit 9b62067

Browse files
committed
Fix links
1 parent 7cc6a16 commit 9b62067

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,8 @@ Added 100% test coverage.
226226
## Breaking changes
227227

228228
- The `log-process-errors/build/register` export has been removed. Please
229-
[import `log-process-errors` directly](README.md#usage) instead.
230-
- The [`testing` option value](docs/API.md#testing) `node-tap` has been renamed
231-
to `node_tap`
229+
[import `log-process-errors` directly](README.md#install) instead.
230+
- The `testing` option value `node-tap` has been renamed to `node_tap`
232231
- Minimal supported Node.js version is now `12.20.0`
233232
- This package is now an ES module. It can only be loaded with an `import` or
234233
`import()` statement, not `require()`. See
@@ -248,7 +247,7 @@ Added 100% test coverage.
248247

249248
## Features
250249

251-
- The [`exitOn()` option](docs/API.md#exiton) now defaults to
250+
- The `exitOn()` option now defaults to
252251
`['uncaughtException', 'unhandledRejection']` on Node `>= 15.0.0`. Its default
253252
value is still `['uncaughtException']` on Node `< 15.0.0`. This is to mimic
254253
Node.js default behavior:
@@ -266,7 +265,7 @@ Added 100% test coverage.
266265

267266
## Features
268267

269-
- Pass original error to [`log()` option](docs/API.md#log)
268+
- Pass original error to `log()` option
270269

271270
## Bug fixes
272271

@@ -301,7 +300,7 @@ Added 100% test coverage.
301300

302301
## Features
303302

304-
- Pass original error to [`log()` option](docs/API.md#log)
303+
- Pass original error to `log()` option
305304

306305
## Bug fixes
307306

0 commit comments

Comments
 (0)