From cf14e0c2ac472b8a1376d13a6e8aadb5ff36b4fa Mon Sep 17 00:00:00 2001 From: Tyler Ryan Date: Fri, 26 Apr 2019 04:53:20 -0700 Subject: [PATCH] fixing inconsitencies in agent/connect API documentation (#5715) --- website/source/api/agent/connect.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/api/agent/connect.html.md b/website/source/api/agent/connect.html.md index 53711b6968..bc4b06d5cd 100644 --- a/website/source/api/agent/connect.html.md +++ b/website/source/api/agent/connect.html.md @@ -115,7 +115,7 @@ The table below shows this endpoint's support for ```text $ curl \ - http://127.0.0.1:8500/v1/connect/ca/roots + http://127.0.0.1:8500/v1/agent/connect/ca/roots ``` ### Sample Response @@ -182,7 +182,7 @@ The table below shows this endpoint's support for ```text $ curl \ - http://127.0.0.1:8500/v1/connect/ca/leaf/web + http://127.0.0.1:8500/v1/agent/connect/ca/leaf/web ``` ### Sample Response