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: ```