From 9250a1e1553552fee5e57ccd289257300d0074d6 Mon Sep 17 00:00:00 2001 From: Artem Bykov Date: Mon, 20 Apr 2020 18:04:38 +0200 Subject: [PATCH] Fix the path to tests file in error handling doc (#781) --- docs/ERROR-HANDLING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ERROR-HANDLING.md b/docs/ERROR-HANDLING.md index bda35d1..b6466ea 100644 --- a/docs/ERROR-HANDLING.md +++ b/docs/ERROR-HANDLING.md @@ -30,6 +30,6 @@ fetch(url, {signal}).catch(error => { List of error types: -- Because we maintain 100% coverage, see [test.js](https://github.com/node-fetch/node-fetch/blob/master/test/test.js) for a full list of custom `FetchError` types, as well as some of the common errors from Node.js +- Because we maintain 100% coverage, see [test/main.js](https://github.com/node-fetch/node-fetch/blob/master/test/main.js) for a full list of custom `FetchError` types, as well as some of the common errors from Node.js [joyent-guide]: https://www.joyent.com/node-js/production/design/errors#operational-errors-vs-programmer-errors