From 23cf22960af00a02530f51327d9566c8b52e4de7 Mon Sep 17 00:00:00 2001 From: mattc41190 Date: Thu, 15 Aug 2019 16:04:30 -0500 Subject: [PATCH] Fix 404 (#6300) On page: https://www.consul.io/discovery.html If you click the link for Health Checks -> Learn More the underlying resource is: https://learn.hashicorp.com/consul/getting-started/checks This page for me is a 404. I think you've bundled it together in the following page: Register a Service and Health Check - Service Discovery Located at: https://learn.hashicorp.com/consul/getting-started/services Thanks for Consul, it's really awesome. --- website/source/discovery.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/discovery.html.erb b/website/source/discovery.html.erb index 881ab978d3..278a190687 100644 --- a/website/source/discovery.html.erb +++ b/website/source/discovery.html.erb @@ -211,7 +211,7 @@ $ curl http://localhost:8500/v1/catalog/nodes?dc=dc2Health Checks

Pairing service discovery with health checking prevents routing requests to unhealthy hosts and enables services to easily provide circuit breakers.

- Learn more + Learn more