docs(middleware/README): recent links components (#3638)

Signed-off-by: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
This commit is contained in:
Guspan Tanadi 2025-03-01 11:47:28 +07:00 committed by Mike Nguyen
parent 0c2330bc19
commit f406580f8e
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Middleware components provide a way to define middlewares that are executed in a pipeline and modify requests and responses.
[Learn more about middlewares in Dapr](https://docs.dapr.io/developing-applications/middleware/)
[Learn more about middlewares in Dapr](https://docs.dapr.io/operations/components/middleware/)
## Implementing a new Middleware