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


The following commit(s) were added to refs/heads/master by this push:
     new 9dc094d2 [ISSUE #124] Fix Webhook connection not closing after 
processing (#125)
9dc094d2 is described below

commit 9dc094d2bc848720339ad3037766977aa87f7a11
Author: Pil0tXia <[email protected]>
AuthorDate: Mon Aug 28 11:20:46 2023 +0800

    [ISSUE #124] Fix Webhook connection not closing after processing (#125)
    
    * Fix failed task and image duplicate references (zh-cn)
    
    * Fix image relative link references (en)
---
 .../design-document/webhook/webhook-github-add.png  | Bin 82039 -> 36337 bytes
 .../design-document/webhook/webhook-github-info.png | Bin 49447 -> 80418 bytes
 .../version-v1.9.0/design-document/14-webhook.md    |   8 ++++----
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/static/images/design-document/webhook/webhook-github-add.png 
b/static/images/design-document/webhook/webhook-github-add.png
index 55e19cb6..c3732438 100644
Binary files a/static/images/design-document/webhook/webhook-github-add.png and 
b/static/images/design-document/webhook/webhook-github-add.png differ
diff --git a/static/images/design-document/webhook/webhook-github-info.png 
b/static/images/design-document/webhook/webhook-github-info.png
index 978b64eb..a331c6ae 100644
Binary files a/static/images/design-document/webhook/webhook-github-info.png 
and b/static/images/design-document/webhook/webhook-github-info.png differ
diff --git a/versioned_docs/version-v1.9.0/design-document/14-webhook.md 
b/versioned_docs/version-v1.9.0/design-document/14-webhook.md
index 302210fe..9c8a1634 100644
--- a/versioned_docs/version-v1.9.0/design-document/14-webhook.md
+++ b/versioned_docs/version-v1.9.0/design-document/14-webhook.md
@@ -252,19 +252,19 @@ Output params:
 
 #### The second step: click setting
 
-![](/images/design-document/webhook/webhook-github-setting.png)
+![](../../static/images/design-document/webhook/webhook-github-setting.png)
 
 #### The third step: click Webhooks
 
-![](/images/design-document/webhook/webhook-github-webhooks.png)
+![](../../static/images/design-document/webhook/webhook-github-webhooks.png)
 
 #### The fourth step: Click on Add webhook
 
-![](/images/design-document/webhook/webhook-github-add.png)
+![](../../static/images/design-document/webhook/webhook-github-add.png)
 
 #### The fifth step: Fill in the webhook information
 
-![](/images/design-document/webhook/webhook-github-info.png)
+![](../../static/images/design-document/webhook/webhook-github-info.png)
 
 Payload URL: Service address and pahts. [http or https]://[domain or 
IP]:[port]/webhook/[callbackPath]
 Content type: http header content type


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to