Skip to content

Commit a5d885e

Browse files
Fix link in rate-limit.md (#36392)
* Fix link in rate-limit.md * Fix link in rate-limit.md * Apply suggestion from @wadepickett Just updating the ms.date. --------- Co-authored-by: Wade Pickett <[email protected]>
1 parent 248972f commit a5d885e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnetcore/performance/rate-limit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.author: wpickett
55
monikerRange: '>= aspnetcore-7.0'
66
description: Learn how limit requests in ASP.NET Core apps
77
ms.custom: mvc
8-
ms.date: 03/05/2025
8+
ms.date: 11/26/2025
99
uid: performance/rate-limit
1010
---
1111

@@ -17,7 +17,7 @@ By [Arvin Kahbazi](https://github.com/Kahbazi), [Maarten Balliauw](https://githu
1717

1818
The `Microsoft.AspNetCore.RateLimiting` middleware provides rate limiting middleware. Apps configure rate limiting policies and then attach the policies to endpoints. Apps using rate limiting should be carefully load tested and reviewed before deploying. See [Testing endpoints with rate limiting](#test7) in this article for more information.
1919

20-
For an introduction to rate limiting, see [Rate limiting middleware](https://blog.maartenballiauw.be/post/2022/09/26/aspnet-core-rate-limiting-middleware.html).
20+
For an introduction to rate limiting, see [Rate limiting middleware](https://blog.maartenballiauw.be/posts/2022-09-26-aspnet-core-rate-limiting-middleware).
2121

2222
## Why use rate limiting
2323

@@ -478,7 +478,7 @@ Creating partitions with user input makes the app vulnerable to [Denial of Servi
478478

479479
## Additional resources
480480

481-
* [Rate limiting middleware](https://blog.maartenballiauw.be/post/2022/09/26/aspnet-core-rate-limiting-middleware.html) by Maarten Balliauw provides an excellent introduction and overview to rate limiting.
481+
* [Rate limiting middleware](https://blog.maartenballiauw.be/posts/2022-09-26-aspnet-core-rate-limiting-middleware) by Maarten Balliauw provides an excellent introduction and overview to rate limiting.
482482
* [Rate limit an HTTP handler in .NET](/dotnet/core/extensions/http-ratelimiter)
483483

484484
:::moniker-end

0 commit comments

Comments
 (0)