You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/09/05 06:58:11 UTC

[incubator-skywalking] branch master updated: update build md (#1626)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new a0a4636  update build md (#1626)
a0a4636 is described below

commit a0a4636810d7c22a04c88e3cadb6bcfa91235784
Author: XiaoFu <wi...@yeah.net>
AuthorDate: Wed Sep 5 14:58:09 2018 +0800

    update build md (#1626)
---
 docs/en/guides/How-to-build.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/guides/How-to-build.md b/docs/en/guides/How-to-build.md
index 006ce43..4ecd453 100644
--- a/docs/en/guides/How-to-build.md
+++ b/docs/en/guides/How-to-build.md
@@ -24,7 +24,7 @@ This document helps people to compile and build the project in your maven and se
 1. Run `./mvnw compile -Dmaven.test.skip=true` to compile project and generate source codes. Because we use gRPC and protobuf.
 1. Set **Generated Source Codes** folders.
     * `grpc-java` and `java` folders in **apm-protocol/apm-network/target/generated-sources/protobuf**
-    * `grpc-java` and `java` folders in **apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/generated-sources/protobuf**
+    * `grpc-java` and `java` folders in **oap-server/server-core/target/generated-sources/protobuf**
     
 ## Setup your Eclipse IDE
 1. Import the project as a maven project