Skip to content

Commit d54fd03

Browse files
panvaaduh95
authored andcommitted
doc: update a Dispatcher undici doc link
Signed-off-by: Filip Skokan <panva.ip@gmail.com> PR-URL: #64358 Refs: nodejs/undici-website#7 Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 445bcce commit d54fd03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/globals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ in your Node.js process reading the `process.versions.undici` property.
559559

560560
You can use a custom dispatcher to dispatch requests passing it in fetch's options object.
561561
The dispatcher must be compatible with `undici`'s
562-
[`Dispatcher` class](https://undici.nodejs.org/#/docs/api/Dispatcher.md).
562+
[`Dispatcher` class](https://undici.nodejs.org/api/Dispatcher).
563563

564564
```js
565565
fetch(url, { dispatcher: new MyAgent() });

0 commit comments

Comments
 (0)