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/10/31 09:19:43 UTC

[incubator-eventmesh] branch master updated: Update 01-store-with-docker.md 01-store.md 优化下一步链接提示 #1176

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 537ed104 Update 01-store-with-docker.md 01-store.md 优化下一步链接提示 #1176
     new b1334def Merge pull request #2045 from macbookAr/md-update
537ed104 is described below

commit 537ed1047de83efa7bc69fbdea5f8c836c0edac8
Author: laijiashen <ao...@tuya.com>
AuthorDate: Mon Oct 31 16:56:02 2022 +0800

    Update 01-store-with-docker.md 01-store.md 优化下一步链接提示 #1176
---
 docs/zh/instruction/01-store-with-docker.md | 2 +-
 docs/zh/instruction/01-store.md             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh/instruction/01-store-with-docker.md b/docs/zh/instruction/01-store-with-docker.md
index 97727cda..cf60fe25 100644
--- a/docs/zh/instruction/01-store-with-docker.md
+++ b/docs/zh/instruction/01-store-with-docker.md
@@ -33,7 +33,7 @@ sudo docker run -d -p 10911:10911 -p 10909:10909 -v `pwd`/data/broker/logs:/root
 请注意 **rocketmq-broker ip** 是 **pod ip**, 如果你想修改这个ip, 可以通过挂载容器中 **broker.conf** 文件的方式并修改文件中的 **brokerIP1** 配置项为自定义值
 
 
-至此eventmesh-store的部署已完成,请转至下一步完成[eventmesh-runtime](docs/zh/instruction/02-runtime-with-docker.md docs/zh/instruction/02-runtime.md)的部署
+至此eventmesh-store的部署已完成,请转至下一步完成 [02-runtime-with-docker](https://github.com/apache/incubator-eventmesh/blob/master/docs/zh/instruction/02-runtime-with-docker.md) 的部署
 
 
 ## 参考
diff --git a/docs/zh/instruction/01-store.md b/docs/zh/instruction/01-store.md
index 401130c9..7317e3ad 100644
--- a/docs/zh/instruction/01-store.md
+++ b/docs/zh/instruction/01-store.md
@@ -41,7 +41,7 @@ tail -f ~/logs/rocketmqlogs/broker.log
 
 如果在看到The broker boot success...,则说明Broker启动成功
 
-至此eventmesh-store的部署已完成,请转至下一步完成[eventmesh-runtime](docs/zh/instruction/02-runtime-with-docker.md docs/zh/instruction/02-runtime.md) 的部署
+至此eventmesh-store的部署已完成,请转至下一步完成 [eventmesh-runtime](https://github.com/apache/incubator-eventmesh/blob/master/docs/zh/instruction/02-runtime.md) 的部署
 
 
 ## 参考


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