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/eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new 618075cd [ISSUE #85]Fix url page not found
new 4f114247 Merge pull request #86 from mxsm/eventmesh-site-85
618075cd is described below
commit 618075cd0b7e3c11f17d662c82632e92fc142f59
Author: mxsm <[email protected]>
AuthorDate: Wed May 17 00:45:50 2023 +0800
[ISSUE #85]Fix url page not found
---
docs/instruction/03-demo.md | 8 ++++----
.../docusaurus-plugin-content-docs/current/instruction/03-demo.md | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/instruction/03-demo.md b/docs/instruction/03-demo.md
index 6bd8ade6..4b7a33ba 100644
--- a/docs/instruction/03-demo.md
+++ b/docs/instruction/03-demo.md
@@ -40,7 +40,7 @@ Run the main method of
org.apache.eventmesh.tcp.demo.sub.eventmeshmessage.AsyncS
Run the main method of
org.apache.eventmesh.tcp.demo.pub.eventmeshmessage.AsyncPublishBroadcast
```
-More information about EventMesh-TCP, please refer to [EventMesh
TCP](/docs/en/sdk-java/03-tcp.md)
+More information about EventMesh-TCP, please refer to [EventMesh
TCP](../sdk-java/03-tcp.md)
## 2 HTTP DEMO
@@ -59,7 +59,7 @@ Run the main method of
org.apache.eventmesh.http.demo.sub.SpringBootDemoApplicat
```
Run the main method of
org.apache.eventmesh.http.demo.pub.eventmeshmessage.AsyncPublishInstance
```
-More information about EventMesh-HTTP, please refer to [EventMesh
HTTP](/docs/en/sdk-java/02-http.md)
+More information about EventMesh-HTTP, please refer to [EventMesh
HTTP](../sdk-java/02-http.md)
## 3 GRPC DEMO
@@ -99,11 +99,11 @@ Run the main method of
org.apache.eventmesh.grpc.sub.EventmeshAsyncSubscribe
Run the main method of
org.apache.eventmesh.grpc.pub.eventmeshmessage.BatchPublishInstance
```
-More information about EventMesh-gRPC, please refer to [EventMesh
gRPC](/docs/en/sdk-java/04-grpc.md)
+More information about EventMesh-gRPC, please refer to [EventMesh
gRPC](../sdk-java/04-grpc.md)
## 4 Run these demos by yourself
-Please refer to [EventMesh Store](/docs/en/instruction/01-store.md) and
[EventMesh Runtime](/docs/en/instruction/02-runtime.md) to finish the necessary
deployment before try our demo
+Please refer to [EventMesh Store](./01-store.md) and [EventMesh
Runtime](./02-runtime.md) to finish the necessary deployment before try our demo
After finishing the deployment of store and runtime, you can run our demos in
module `eventmesh-examples`:
diff --git
a/i18n/zh/docusaurus-plugin-content-docs/current/instruction/03-demo.md
b/i18n/zh/docusaurus-plugin-content-docs/current/instruction/03-demo.md
index 5c3f77ae..0be09363 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/instruction/03-demo.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/instruction/03-demo.md
@@ -44,7 +44,7 @@ TCP, HTTP 和 GRPC 示例都在**eventmesh-examples**模块下
运行 org.apache.eventmesh.tcp.demo.pub.eventmeshmessage.AsyncPublishBroadcast
的main方法
```
-更多关于TCP部分的内容,请参考 [EventMesh TCP](/docs/zh/sdk-java/03-tcp.md)
+更多关于TCP部分的内容,请参考 [EventMesh TCP](../sdk-java/03-tcp.md)
### 2. HTTP演示
@@ -71,7 +71,7 @@ TCP, HTTP 和 GRPC 示例都在**eventmesh-examples**模块下
```
运行 org.apache.eventmesh.http.demo.pub.eventmeshmessage.AsyncPublishInstance
的main方法
```
-更多关于HTTP部分的内容,请参考 [EventMesh HTTP](/docs/zh/sdk-java/02-http.md)
+更多关于HTTP部分的内容,请参考 [EventMesh HTTP](../sdk-java/02-http.md)
### 3. GRPC 演示
@@ -125,11 +125,11 @@ TCP, HTTP 和 GRPC 示例都在**eventmesh-examples**模块下
运行 org.apache.eventmesh.grpc.pub.eventmeshmessage.BatchPublishInstance 的main方法
```
-更多关于 gRPC 部分的内容,请参考 [EventMesh gRPC](/docs/zh/sdk-java/04-grpc.md)
+更多关于 gRPC 部分的内容,请参考 [EventMesh gRPC](../sdk-java/04-grpc.md)
### 3.4 测试
-请参考[EventMesh Store](/docs/zh/instruction/01-store.md) 和 [EventMesh
Runtime](/docs/zh/instruction/02-runtime.md) 完成运行环境的部署
+请参考[EventMesh Store](./01-store.md) 和 [EventMesh Runtime](./02-runtime.md)
完成运行环境的部署
完成 store 和 runtime 的部署后,就可以在 eventmesh-examples 模块下运行我们的 demo 来体验 eventmesh 了:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]