Add backticks for mono text (#4171)

This commit is contained in:
Misty Stanley-Jones 2017-08-11 13:14:05 -07:00 committed by John Mulhausen
parent 815e8fc9dd
commit c435ce4178
1 changed files with 1 additions and 1 deletions

View File

@ -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/<USERNAME>/<REPOSITORY>/~/settings/webhooks/.
Configure webhooks on `https://hub.docker.com/r/<USERNAME>/<REPOSITORY>/~/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: