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/09/05 06:13:57 UTC

[incubator-eventmesh] branch master updated: fix document invalid image urls

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 8557c829 fix document invalid image urls
     new 7baeb181 Merge pull request #1221 from horoc/fix-doc-invalid-picture-url
8557c829 is described below

commit 8557c8291b89e1ee40d96fa9955e5928378fbb35
Author: horoc <ho...@gmail.com>
AuthorDate: Fri Sep 2 23:36:24 2022 +0800

    fix document invalid image urls
---
 docs/zh/desing-document/webhook.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/zh/desing-document/webhook.md b/docs/zh/desing-document/webhook.md
index 617a602b..aa4d497f 100644
--- a/docs/zh/desing-document/webhook.md
+++ b/docs/zh/desing-document/webhook.md
@@ -24,12 +24,12 @@ eventMesh.webHook.producer.connector=standalone
 #### 第二步:添加webhook配置信息
 配置信息说明
 ```java
-	/**
-	 * 厂商调用的path。厂商事件调用地址、 [http or https ]://[域名 or IP 【厂商可以被调用】]:[端口]/webhook/[callbackPath]
-	 * 比如:http://127.0.0.1:10504/webhook/test/event 需要把全完url填入厂商调用输入中
-	 * callbackPath 是唯一
-	 * manufacturer callback path
-	 */
+   /**
+    * 厂商调用的path。厂商事件调用地址、 [http or https ]://[域名 or IP 【厂商可以被调用】]:[端口]/webhook/[callbackPath]
+    * 比如:http://127.0.0.1:10504/webhook/test/event 需要把全完url填入厂商调用输入中
+    * callbackPath 是唯一
+    * manufacturer callback path
+    */
     private String callbackPath;
 
     /**
@@ -251,13 +251,13 @@ contentType: application/json
 ### github 注册
 #### 第一步:进入对应的项目
 #### 第二步:点击setting
-![](../images/features/webhook/webhook-github-setting.png)
+![](../../images/design-document/webhook/webhook-github-setting.png)
 #### 第三步:点击Webhooks
-![](../images/features/webhook/webhook-github-webhooks.png)
+![](../../images/design-document/webhook/webhook-github-webhooks.png)
 #### 第四步:点击 Add webhook
-![](../images/features/webhook/webhook-github-add.png)
+![](../../images/design-document/webhook/webhook-github-add.png)
 #### 第五步: 填写webhook信息
-![](../images/features/webhook/webhook-github-info.png)
+![](../../images/design-document/webhook/webhook-github-info.png)
 
 Payload URL: 服务地址以及pahts。[http or https ]://[域名 or IP 【厂商可以被调用】]:[端口]/webhook/[callbackPath]
 Content type:http header content type


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