From d6e89a4f128ad2d59c065bdfecb63e8fff1e3ea1 Mon Sep 17 00:00:00 2001 From: Jinwoo Nam Date: Sun, 21 Apr 2024 22:57:59 +0900 Subject: [PATCH] Fix wrong link address The address of `Important Defaults` was written incorrectly. I've fixed it with the correct link. --- docs/framework/react/guides/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/guides/caching.md b/docs/framework/react/guides/caching.md index 1d6ac7d301a..fff04e471dc 100644 --- a/docs/framework/react/guides/caching.md +++ b/docs/framework/react/guides/caching.md @@ -3,7 +3,7 @@ id: caching title: Caching Examples --- -> Please thoroughly read the [Important Defaults](./guides/important-defaults) before reading this guide +> Please thoroughly read the [Important Defaults](../important-defaults) before reading this guide ## Basic Example