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

[incubator-devlake-website] 04/06: Revert "fix: replace a text"

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

likyh pushed a commit to branch revert-217-likyh/webhook-doc
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 4710b4cb08d954add49b2b8e7024fce666bb8fe1
Author: likyh <l...@likyh.com>
AuthorDate: Wed Sep 21 20:38:31 2022 +0800

    Revert "fix: replace a text"
    
    This reverts commit c74c53512c800e1f780e44d9b0005fd5df0b17b0.
---
 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 779525576..d9bba9e16 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**: 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.
+**Notice**: `https://sample-url.com/` and `1` shown in the screenshot above should be replaced with your URL and connectionId.
 
 #### 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**: The URL shown in the following samples, `https://sample-url.com/...`, should be replaced with the actual URL copied from your Config UI.
+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.
 
 #### Update or Create Tasks in the Pipeline