From c435ce4178b9371d20b0d5c06dcde15aa110b2a9 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Fri, 11 Aug 2017 13:14:05 -0700 Subject: [PATCH] Add backticks for mono text (#4171) --- docker-hub/webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/webhooks.md b/docker-hub/webhooks.md index 727808b4f8..85b1d3c33a 100644 --- a/docker-hub/webhooks.md +++ b/docker-hub/webhooks.md @@ -9,7 +9,7 @@ cause an action in another application in response to an event in the repository. Docker Hub webhooks fire when an image is built in, or a new tag added to, your automated build repository. -Configure webhooks on https://hub.docker.com/r///~/settings/webhooks/. +Configure webhooks on `https://hub.docker.com/r///~/settings/webhooks/`. With your webhook, you specify a target URL and a JSON payload to deliver. The example webhook below generates an HTTP POST that delivers a JSON payload: