From 9846f686adeee835e7feb1e248851be0671d38e6 Mon Sep 17 00:00:00 2001 From: Sean Arnold Date: Sat, 24 Aug 2019 04:12:18 +0000 Subject: Fix syntax error with text blocks --- doc/user/admin_area/monitoring/health_check.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/user/admin_area/monitoring/health_check.md b/doc/user/admin_area/monitoring/health_check.md index a3f4bc774ce..52f24c602df 100644 --- a/doc/user/admin_area/monitoring/health_check.md +++ b/doc/user/admin_area/monitoring/health_check.md @@ -25,14 +25,6 @@ For details, see [how to add IPs to a whitelist for the monitoring endpoints](.. With default whitelist settings, the probes can be accessed from localhost using the following URLs: -```text -GET http://localhost/-/health -``` -```text -GET http://localhost/-/readiness -``` -```text -GET http://localhost/-/liveness ```text GET http://localhost/-/health ``` -- cgit v1.2.1