docs: intro/checks: minor fixes

This commit is contained in:
Dan Frost 2014-11-26 11:55:42 +00:00
parent bab6fc90fa
commit f1d6eef5be
1 changed files with 2 additions and 3 deletions

View File

@ -19,9 +19,8 @@ two node cluster running.
## Defining Checks
Similarly to a service, a check can be registered either by providing a
[check definition](/docs/agent/checks.html)
, or by making the appropriate calls to the
[HTTP API](/docs/agent/http.html).
[check definition](/docs/agent/checks.html), or by making the
appropriate calls to the [HTTP API](/docs/agent/http.html).
We will use the check definition, because just like services, definitions
are the most common way to setup checks.