Browse Source

Fix relative links to fundamentals docs

pull/25024/head
maliming 3 weeks ago
parent
commit
11b99c1f92
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 4
      docs/en/framework/infrastructure/operation-rate-limiting.md

4
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)

Loading…
Cancel
Save