You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/07/06 11:14:27 UTC

[incubator-inlong] branch master updated: [INLONG-654] Adjust the link in ReadMe.md according to the latest document (#505)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 66713cb  [INLONG-654] Adjust the link in ReadMe.md according to the latest document (#505)
66713cb is described below

commit 66713cb414d4624f10f6df1abb0283ff5a69d695
Author: gosonzhang <go...@apache.org>
AuthorDate: Tue Jul 6 19:14:19 2021 +0800

    [INLONG-654] Adjust the link in ReadMe.md according to the latest document (#505)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bb3c434..f4e9e30 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ InLong is based on MQ and aims to provide a one-stop, practice-tested module plu
 InLong is only a one-stop data reporting pipeline platform. It cannot be used as a persistent data storage, nor does it support complex business logic processing on data streams.
 
 ## Building InLong
-More detailed instructions can be found at [Quick Demo]() section in the documentation.
+More detailed instructions can be found at [Quick Start](https://inlong.apache.org/en-us/docs/getting_started.html) section in the documentation.
 ```
 # Clone a repo
 $ git clone https://github.com/apache/incubator-inlong.git
@@ -75,7 +75,7 @@ $ mvn clean install -DskipTests
 ```
 
 ## Deploying InLong
-InLong integrates a complete component chain for data reporting in big data scenarios, and not support automatic installation of modules now, so we need to choose manually  to install all or some modules according to actual needs. Please refer to [Running InLong]() in our project documentation.
+InLong integrates a complete component chain for data reporting in big data scenarios, and not support automatic installation of modules now, so we need to choose manually  to install all or some modules according to actual needs. Please refer to [Quick Start](https://inlong.apache.org/en-us/docs/getting_started.html) in our project documentation.
 
 
 ## Join the Community