You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2022/10/14 13:05:50 UTC

[incubator-eventmesh] branch master updated: Updated the link path in 01-store-with-docker.md for issue #1167

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

chenguangsheng 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 2d800323 Updated the link path in 01-store-with-docker.md for issue #1167
     new 95610b49 Merge pull request #1573 from JayabalVelusamy/master
2d800323 is described below

commit 2d8003238d251196af360c0e52865374fc4b5a38
Author: JayabalVelusamy <11...@users.noreply.github.com>
AuthorDate: Fri Oct 14 17:31:33 2022 +0530

    Updated the link path in 01-store-with-docker.md for issue #1167
---
 docs/en/instruction/01-store-with-docker.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/instruction/01-store-with-docker.md b/docs/en/instruction/01-store-with-docker.md
index e772db60..8c102b24 100644
--- a/docs/en/instruction/01-store-with-docker.md
+++ b/docs/en/instruction/01-store-with-docker.md
@@ -37,7 +37,7 @@ nohup sh bin/mqbroker -n localhost:9876 &
 tail -f ~/logs/rocketmqlogs/broker.log
 ```
 
-The deployment of eventmesh-store has finished, please go to the next step: [Start Eventmesh-Runtime](docs/en/instruction/02-runtime.md)
+The deployment of eventmesh-store has finished, please go to the next step: [Start Eventmesh-Runtime](02-runtime.md)
 
 
 
@@ -64,7 +64,7 @@ sudo docker run -d -p 10911:10911 -p 10909:10909 -v `pwd`/data/broker/logs:/root
 Please note that the **rocketmq-broker ip** is **pod ip**. If you want to modify this ip, you can set it your custom value in **broker.conf**。
 
 
-By now, the deployment of eventmesh-store has finished, please go to the next step: [Start Eventmesh-Runtime Using Docker](docs/en/instruction/02-runtime-with-docker.md)
+By now, the deployment of eventmesh-store has finished, please go to the next step: [Start Eventmesh-Runtime Using Docker](02-runtime-with-docker.md)
 
 
 ## Reference


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