]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Fix redirect encode->Kludex and master->main
authorYurii Motov <yurii.motov.monte@gmail.com>
Fri, 10 Jul 2026 16:47:27 +0000 (18:47 +0200)
committerYurii Motov <yurii.motov.monte@gmail.com>
Fri, 10 Jul 2026 16:47:27 +0000 (18:47 +0200)
docs/en/docs/advanced/middleware.md

index 46328bbf0e010641e6f1df9dd35a8d1e1ea7894c..f64c0845fb72e8d700aad446a5fb2e233fd3c7c6 100644 (file)
@@ -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).