Fix incorrect path in README. (#199)

diff --git a/README.md b/README.md
index dafe58f..cd2b693 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
 ### Production Setup
 
 1. Clone source code on develop branch `git clone https://github.com/apache/incubator-dubbo-ops.git`
-2. Specify registry address in `dubbo-admin-backend/src/resources/application-production.properties`
+2. Specify registry address in `dubbo-admin-backend/src/main/resources/application-production.properties`
 3. Build   
 
     > - `mvn clean package`
diff --git a/README_ZH.md b/README_ZH.md
index 4caef5a..ada7e24 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -23,7 +23,7 @@
 ### 生产环境配置  
 
 1. 下载代码: `git clone https://github.com/apache/incubator-dubbo-ops.git`
-2. 在 `dubbo-admin-backend/src/resources/application-production.properties`中指定注册中心地址
+2. 在 `dubbo-admin-backend/src/main/resources/application-production.properties`中指定注册中心地址
 3. 构建   
 
     > - `mvn clean package`