This is an automated email from the ASF dual-hosted git repository.

hyunkun 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 7c1ed2c  fix project name in metadata.md (#1036)
7c1ed2c is described below

commit 7c1ed2cafe245f20368393609123f89b8af6d0a6
Author: Wang Chengming <[email protected]>
AuthorDate: Tue Jan 18 10:32:59 2022 +0800

    fix project name in metadata.md (#1036)
    
    fix #578
---
 content/zh/docs/references/metadata.md          | 2 +-
 content/zh/docsv2.7/user/references/metadata.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh/docs/references/metadata.md 
b/content/zh/docs/references/metadata.md
index 206dcac..b2c1569 100644
--- a/content/zh/docs/references/metadata.md
+++ b/content/zh/docs/references/metadata.md
@@ -186,7 +186,7 @@ consumer端存储了consumer往注册中心填写的全部参数。
 
 ### 方式二:配置在项目中-properties方式引入配置
 
-参考sample:dubbo-samples-metadata-report/dubbo-samples-metadata-report-local-xml工程。
+参考sample:dubbo-samples-metadata-report/dubbo-samples-metadata-report-local-properties工程。
 
 ##### dubbo.properties
 
diff --git a/content/zh/docsv2.7/user/references/metadata.md 
b/content/zh/docsv2.7/user/references/metadata.md
index 76178d3..6d5b03b 100644
--- a/content/zh/docsv2.7/user/references/metadata.md
+++ b/content/zh/docsv2.7/user/references/metadata.md
@@ -173,7 +173,7 @@ consumer端存储了consumer往注册中心填写的全部参数。
 
 ### 方式二:配置在项目中-properties方式引入配置
 
-参考sample:dubbo-samples-metadata-report/dubbo-samples-metadata-report-local-xml工程。
+参考sample:dubbo-samples-metadata-report/dubbo-samples-metadata-report-local-properties工程。
 
 ##### dubbo.properties
 

Reply via email to