You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/07/21 12:36:23 UTC

[incubator-eventmesh] branch master updated: Update quick-start

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9f212494 Update quick-start
     new 2cfd0119 Merge pull request #1032 from kirinzhu/fix-patch-quickstart
9f212494 is described below

commit 9f212494836c7b2446469d8122cf2e655fbdbd1a
Author: kirinzhu <li...@outlook.com>
AuthorDate: Thu Jul 21 10:04:05 2022 +0800

    Update quick-start
---
 README.md       | 8 ++++----
 README.zh-CN.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index f283235e..761f5063 100644
--- a/README.md
+++ b/README.md
@@ -59,17 +59,17 @@ Here are the guidelines:
 
 [Step 1: Deploy eventmesh-store](docs/zh/instruction/01-store.md)
 
-[Step 2: Start eventmesh-runtime](docs/zh/instruction/01-store.md)
+[Step 2: Start eventmesh-runtime](docs/zh/instruction/02-runtime.md)
 
-[Step 3: Run our demos](docs/zh/instruction/01-store.md)
+[Step 3: Run our demos](docs/zh/instruction/03-demo.md)
 
 Besides, we also provide the docker-version guidelines for you if you prefer Docker:
 
 [Step 1: Deploy eventmesh-store using docker](docs/zh/instruction/01-store-with-docker.md)
 
-[Step 2: Start eventmesh-runtime using docker](docs/zh/instruction/01-store-with-docker.md)
+[Step 2: Start eventmesh-runtime using docker](docs/zh/instruction/02-runtime-with-docker.md)
 
-[Step 3: Run our demos](docs/zh/instruction/01-store.md)
+[Step 3: Run our demos](docs/zh/instruction/03-demo.md)
 
 ## Contributing
 
diff --git a/README.zh-CN.md b/README.zh-CN.md
index bb56a225..6cbe45a5 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -61,17 +61,17 @@
 
 [Step 1: Deploy eventmesh-store](docs/zh/instruction/01-store.md)
 
-[Step 2: Start eventmesh-runtime](docs/zh/instruction/01-store.md)
+[Step 2: Start eventmesh-runtime](docs/zh/instruction/02-runtime.md)
 
-[Step 3: Run our demos](docs/zh/instruction/01-store.md)
+[Step 3: Run our demos](docs/zh/instruction/03-demo.md)
 
 除此之外,我们还提供了 Docker 版本的快速开始指引,方便您借助 Docker 来初探我们的项目:
 
 [Step 1: Deploy eventmesh-store using docker](docs/zh/instruction/01-store-with-docker.md)
 
-[Step 2: Start eventmesh-runtime using docker](docs/zh/instruction/01-store-with-docker.md)
+[Step 2: Start eventmesh-runtime using docker](docs/zh/instruction/02-runtime-with-docker.md)
 
-[Step 3: Run our demos](docs/zh/instruction/01-store.md)
+[Step 3: Run our demos](docs/zh/instruction/03-demo.md)
 
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org