From ef9fba3f6ac34c069252e23b696a3ff2df0c277f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 31 Oct 2016 16:48:04 -0400 Subject: [PATCH] Capital HTTP --- website/source/docs/job-specification/service.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/service.html.md b/website/source/docs/job-specification/service.html.md index e64b554e5..9aa29fbf2 100644 --- a/website/source/docs/job-specification/service.html.md +++ b/website/source/docs/job-specification/service.html.md @@ -120,7 +120,7 @@ does not automatically enable service discovery. - `name` `(string: "service: check")` - Specifies the name of the health check. -- `path` `(string: )` - Specifies the path of the http endpoint which +- `path` `(string: )` - Specifies the path of the HTTP endpoint which Consul will query to query the health of a service. Nomad will automatically add the IP of the service and the port, so this is just the relative URL to the health check endpoint. This is required for http-based health checks.