From 11b99c1f92fb238a80ac6e4eaedc27841bb123fb Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 6 Mar 2026 15:46:59 +0800 Subject: [PATCH] Fix relative links to fundamentals docs --- docs/en/framework/infrastructure/operation-rate-limiting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/framework/infrastructure/operation-rate-limiting.md b/docs/en/framework/infrastructure/operation-rate-limiting.md index 8859d4a0a1..45139b1313 100644 --- a/docs/en/framework/infrastructure/operation-rate-limiting.md +++ b/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)