This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 35673c3fde5 Fix check (#1641)
35673c3fde5 is described below
commit 35673c3fde532c4ab3f609e3132f47adf6c0388f
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:45:02 2022 +0800
Fix check (#1641)
---
.../java-sdk/advanced-features-and-usage/performance/result-cache.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/performance/result-cache.md
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/performance/result-cache.md
index 0fa91adac1f..ffb7e346e03 100644
---
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/performance/result-cache.md
+++
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/performance/result-cache.md
@@ -15,7 +15,7 @@ description: "通过缓存结果加速访问速度"
缓存类型可扩展 [缓存扩展](../../../reference-manual/spi/description/cache)
-关于
[示例代码](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-cache)
+关于
[示例代码](https://github.com/apache/dubbo-samples/tree/master/2-advanced/dubbo-samples-cache)
## 使用场景
@@ -33,4 +33,4 @@ description: "通过缓存结果加速访问速度"
<dubbo:reference interface="com.foo.BarService">
<dubbo:method name="findBar" cache="lru" />
</dubbo:reference>
-```
\ No newline at end of file
+```