Skip to content

Commit 1b29f18

Browse files
committed
fix(doc): Corrected link - closes #43
1 parent 730289a commit 1b29f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Middleware is a way to intercept requests to perform some operations on them, li
302302
Middleware can either be attached to individual handlers, attached at the server level (thus applied to all handlers), or both.
303303
They will be executed in the order they are attached, and they can stop the request processing by sending a response themselves.
304304
305-
You can have a look at the [SimpleServer.ino](https://github.com/ESP32Async/ESPAsyncWebServer/blob/main/examples/SimpleServer/SimpleServer.ino) example for some use cases.
305+
You can have a look at the [examples](https://github.com/ESP32Async/ESPAsyncWebServer/blob/main/examples) for some use cases.
306306
307307
For example, such middleware would handle authentication and set some attributes on the request to make them available for the next middleware and for the handler which will process the request.
308308

0 commit comments

Comments
 (0)