Browse Source
Fix relative links to fundamentals docs
pull/25024/head
maliming
3 weeks ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
2 additions and
2 deletions
-
docs/en/framework/infrastructure/operation-rate-limiting.md
|
|
|
@ -476,5 +476,5 @@ Replace `IOperationRateLimitingPolicyProvider` to load policies from a database |
|
|
|
## See Also |
|
|
|
|
|
|
|
* [ASP.NET Core Rate Limiting Middleware](https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit) |
|
|
|
* [Distributed Caching](../../fundamentals/caching.md) |
|
|
|
* [Exception Handling](../../fundamentals/exception-handling.md) |
|
|
|
* [Distributed Caching](../fundamentals/caching.md) |
|
|
|
* [Exception Handling](../fundamentals/exception-handling.md) |
|
|
|
|