This is an automated email from the ASF dual-hosted git repository.
mytang0 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 bd44a4d2f [ISSUE #3029]Fix AsyncAPI official website is incorrect in
01-workflow.md
new c9acf6beb Merge pull request #3030 from mxsm/eventmesh-3029
bd44a4d2f is described below
commit bd44a4d2fcf3ea5ffe75eb1fe06d578c7d902156
Author: mxsm <[email protected]>
AuthorDate: Thu Feb 2 22:49:34 2023 +0800
[ISSUE #3029]Fix AsyncAPI official website is incorrect in 01-workflow.md
---
docs/en/design-document/01-workflow.md | 2 +-
docs/zh/design-document/01-workflow.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/design-document/01-workflow.md
b/docs/en/design-document/01-workflow.md
index fecae1ee6..1adc258c0 100644
--- a/docs/en/design-document/01-workflow.md
+++ b/docs/en/design-document/01-workflow.md
@@ -35,7 +35,7 @@ Our long-term goal is to make working with EDAs as easy as it
is to work with RE
That goes from documentation to code generation, discovery to event management.
Most of the processes you apply to your REST APIs nowadays would be applicable
to your event-driven/asynchronous APIs too.
-See AsyncAPI detail in the [official
site](https://www.asyncapi.com/docs/getting-started)
+See AsyncAPI detail in the [official
site](https://www.asyncapi.com/docs/guides)
### Workflow Example
diff --git a/docs/zh/design-document/01-workflow.md
b/docs/zh/design-document/01-workflow.md
index 444c09454..e3cfed9ab 100644
--- a/docs/zh/design-document/01-workflow.md
+++ b/docs/zh/design-document/01-workflow.md
@@ -32,7 +32,7 @@ Serverless工作流定义了一种领域特定语言(DSL)来描述有状态
AsyncAPI是一项开源计划,旨在改善事件驱动体系结构(EDA)的当前状态。我们的长期目标是让使用EDA和使用REST
API一样容易。包括从文档到代码生成、发现到事件管理。现在应用于REST API的大多数流程也适用于事件驱动/异步API。
-详见[AsyncAPI官网](https://www.asyncapi.com/docs/getting-started)
+详见[AsyncAPI官网](https://www.asyncapi.com/docs/guides)
### 工作流示例
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]