From 34e4112fdedf6cee77958df4471969230ff7680a Mon Sep 17 00:00:00 2001 From: Yurii Karabas <1998uriyyo@gmail.com> Date: Tue, 19 Nov 2024 15:43:29 +0200 Subject: [PATCH] Fix issue with broken link in release notes --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index c484234f3..27f47fccf 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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)