Skip to content

Commit 628eab4

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 f7a8fc8 commit 628eab4

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
@@ -571,7 +571,7 @@ in your Node.js process reading the `process.versions.undici` property.
571571

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

576576
```js
577577
fetch(url, { dispatcher: new MyAgent() });

0 commit comments

Comments
 (0)