From d0b4b18e11806f49172bc8d6e05892121b25f65e Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 31 Oct 2017 21:23:51 -0700 Subject: [PATCH] Update coordinates.html.md --- website/source/docs/internals/coordinates.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/internals/coordinates.html.md b/website/source/docs/internals/coordinates.html.md index 042beef60..7c40d5bc3 100644 --- a/website/source/docs/internals/coordinates.html.md +++ b/website/source/docs/internals/coordinates.html.md @@ -37,7 +37,8 @@ Network coordinates manifest in several ways inside Consul: on the network round trip time from a given node using a "?near=" parameter. * [Prepared queries](/api/query.html) can automatically fail over services - to other Consul datacenters based on network round trip times. + to other Consul datacenters based on network round trip times. See the + [Geo Failover](/docs/guides/geo-failover.html) for some examples. * The [Coordinate endpoint](/api/coordinate.html) exposes raw network coordinates for use in other applications.