From 41743db469378224fa85a69c4a7860098ad04dd2 Mon Sep 17 00:00:00 2001 From: Shubham Kanodia Date: Thu, 12 Sep 2024 23:07:31 +0530 Subject: [PATCH] Fix borken link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d509997e3b..199864276de 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Returns a promise with the result of the `Dispatcher.request` method. Calls `options.dispatcher.request(options)`. -See [Dispatcher.request](./docs/docs/api/Dispatcher.md#dispatcherrequestoptions-callback) for more details, and [request examples](./examples/README.md) for examples. +See [Dispatcher.request](./docs/docs/api/Dispatcher.md#dispatcherrequestoptions-callback) for more details, and [request examples](./docs/examples/README.md) for examples. ### `undici.stream([url, options, ]factory): Promise`