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 2023/02/02 08:28:05 UTC

[incubator-eventmesh-site] branch master updated: Fix AsyncAPI official website is incorrect

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 091aa599 Fix AsyncAPI  official website is incorrect
     new e2508477 Merge pull request #57 from mxsm/eventmesh-fix-asynapi
091aa599 is described below

commit 091aa5990c25209813044f88ac4fdbb8049e06f4
Author: mxsm <lj...@gmail.com>
AuthorDate: Wed Feb 1 23:35:16 2023 +0800

    Fix AsyncAPI  official website is incorrect
---
 docs/design-document/01-workflow.md                                     | 2 +-
 .../current/design-document/01-workflow.md                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/design-document/01-workflow.md b/docs/design-document/01-workflow.md
index 43589178..eff287ba 100644
--- a/docs/design-document/01-workflow.md
+++ b/docs/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/i18n/zh/docusaurus-plugin-content-docs/current/design-document/01-workflow.md b/i18n/zh/docusaurus-plugin-content-docs/current/design-document/01-workflow.md
index af561263..107ff6a9 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/design-document/01-workflow.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/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: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org