From f3736fe93b4a53cee46ed3088ff4fa18742d6deb Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Thu, 12 Oct 2017 23:36:07 +0800 Subject: [PATCH] Update create-and-manage-webhooks.md (#4904) --- .../dtr/2.3/guides/user/create-and-manage-webhooks.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/datacenter/dtr/2.3/guides/user/create-and-manage-webhooks.md b/datacenter/dtr/2.3/guides/user/create-and-manage-webhooks.md index b940ffad42..a706eceb5d 100644 --- a/datacenter/dtr/2.3/guides/user/create-and-manage-webhooks.md +++ b/datacenter/dtr/2.3/guides/user/create-and-manage-webhooks.md @@ -10,13 +10,13 @@ lets you build complex CI and CD pipelines with your Docker images. ## Create a webhook To create a webhook, navigate to the **repository details** page, choose -the **webhooks** tab, and click **New Webhook**. +the **Webhooks** tab, and click **New Webhook**. ![](../images/manage-webhooks-1.png){: .with-border} -Select the event that will trigger the webhook, and set the url to send -information about the event. Once everything is set up, click **test** for -DTR to send a JSON payload to the url you set up, so that you can validate +Select the event that will trigger the webhook, and set the URL to send +information about the event. Once everything is set up, click **Test** for +DTR to send a JSON payload to the URL you set up, so that you can validate that the integration is working. You'll get an event that looks like this: ```