You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by yu...@apache.org on 2022/09/21 12:38:31 UTC

[incubator-devlake-website] 03/06: fix: replace a text

This is an automated email from the ASF dual-hosted git repository.

yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit c74c53512c800e1f780e44d9b0005fd5df0b17b0
Author: linyh <ya...@meri.co>
AuthorDate: Wed Sep 21 19:51:32 2022 +0800

    fix: replace a text
---
 docs/Plugins/webhook.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Plugins/webhook.md b/docs/Plugins/webhook.md
index d9bba9e16..779525576 100644
--- a/docs/Plugins/webhook.md
+++ b/docs/Plugins/webhook.md
@@ -36,7 +36,7 @@ After cicking on "Generate POST URL", you will find four webhook URLs. Copy the
 
 If you want to collect issue or incident data from your system, you can use the two webhooks for issues. 
 
-**Notice**: `https://sample-url.com/` and `1` shown in the screenshot above should be replaced with your URL and connectionId.
+**Notice**: The URL shown in the screenshot and the following samples, `https://sample-url.com/...`, is just an example and should be replaced with the actual URL copied from your Config UI.
 
 #### Update or Create Issues
 
@@ -124,7 +124,7 @@ In Example 3, we can find 5 Jenkins pipelines, and these pipelines have 1~4 task
 
 
 
-After figuring out `pipeline` and `task`, we can start to add webhooks. Two hooks need to be added in shells. **Notice**: `https://sample-url.com/` and `1` should be replaced with your URL and connectionId.
+After figuring out `pipeline` and `task`, we can start to add webhooks. Two hooks need to be added in shells. **Notice**: The URL shown in the following samples, `https://sample-url.com/...`, should be replaced with the actual URL copied from your Config UI.
 
 #### Update or Create Tasks in the Pipeline