From d51471c9b0b1b8b3fe4b356f12e01767f87db4de Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Fri, 25 Jan 2019 09:40:31 -0800 Subject: [PATCH] fix broken link (#5273) --- website/source/api/agent/service.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/api/agent/service.html.md b/website/source/api/agent/service.html.md index f1d999ca04..ff32defcde 100644 --- a/website/source/api/agent/service.html.md +++ b/website/source/api/agent/service.html.md @@ -196,7 +196,7 @@ Those endpoints might be usefull for the following use-cases: ##### Note If you know the ID of service you want to target, it is recommended to use -[`/v1/agent/health/service/id/:service_id`](/api/service.html#get-local-service-health-by-id) +[`/v1/agent/health/service/id/:service_id`](/api/agent/service.html#get-local-service-health-by-id) so you have the result for the service only. When requesting `/v1/agent/health/service/name/:service_name`, the caller will receive the worst state of all services having the given name. @@ -359,7 +359,7 @@ See: | `GET` | `/v1/agent/health/service/id/:service_id?format=text` | `text/plain` | Parameters and response format are the same as -[`/v1/agent/health/service/name/:service_name`](/api/service.html#get-local-service-health). +[`/v1/agent/health/service/name/:service_name`](/api/agent/service.html#get-local-service-health). ## Register Service