From: Yurii Motov Date: Fri, 10 Jul 2026 16:47:27 +0000 (+0200) Subject: Fix redirect encode->Kludex and master->main X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbb68b91ec87559aabc541a7738f334f60d5bffa;p=thirdparty%2Ffastapi%2Ffastapi.git Fix redirect encode->Kludex and master->main --- diff --git a/docs/en/docs/advanced/middleware.md b/docs/en/docs/advanced/middleware.md index 46328bbf0e..f64c0845fb 100644 --- a/docs/en/docs/advanced/middleware.md +++ b/docs/en/docs/advanced/middleware.md @@ -91,7 +91,7 @@ There are many other ASGI middlewares. For example: -* [Uvicorn's `ProxyHeadersMiddleware`](https://github.com/encode/uvicorn/blob/master/uvicorn/middleware/proxy_headers.py) +* [Uvicorn's `ProxyHeadersMiddleware`](https://github.com/Kludex/uvicorn/blob/main/uvicorn/middleware/proxy_headers.py) * [MessagePack](https://github.com/florimondmanca/msgpack-asgi) To see other available middlewares check [Starlette's Middleware docs](https://starlette.dev/middleware/) and the [ASGI Awesome List](https://github.com/florimondmanca/awesome-asgi).