]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Fix issue with broken link in release notes (#2758)
authorYurii Karabas <1998uriyyo@gmail.com>
Tue, 19 Nov 2024 13:50:07 +0000 (14:50 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2024 13:50:07 +0000 (14:50 +0100)
docs/release-notes.md

index c484234f3d98aa18fdafcfbabb9943de43f0395d..27f47fccf4836c8af7d32c603f7a17f1d27fcc9b 100644 (file)
@@ -8,7 +8,7 @@ toc_depth: 2
 
 * Exclude the query parameters from the `scope[raw_path]` on the `TestClient` [#2716](https://github.com/encode/starlette/pull/2716).
 * Replace `dict` by `Mapping` on `HTTPException.headers` [#2749](https://github.com/encode/starlette/pull/2749).
-* Correct middleware argument passing and improve factory pattern [#2752](https://github.com/encode/starlette/2752).
+* Correct middleware argument passing and improve factory pattern [#2752](https://github.com/encode/starlette/pull/2752).
 
 ## 0.41.2 (October 27, 2024)