majinkai closed pull request #199: Fix incorrect path in README.
URL: https://github.com/apache/incubator-dubbo-ops/pull/199
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 @@ English version goes [here](README.md).
 ### 生产环境配置  
 
 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`


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to