From f2a63e06b79f7b29121a051761d2f75f0071652d Mon Sep 17 00:00:00 2001 From: Theo Julienne Date: Mon, 6 May 2019 07:58:14 -0700 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: ross --- docs/records.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/records.md b/docs/records.md index c7ede69..609383c 100644 --- a/docs/records.md +++ b/docs/records.md @@ -22,8 +22,8 @@ Adding new record types to OctoDNS is relatively straightforward, but will requi ## Advanced Record Support (GeoDNS, Weighting) -* [Dynamic Records](/docs/dynamic_records.md) -* [Geo Records](/docs/geo_records.md) +* [Dynamic Records](/docs/dynamic_records.md) - the preferred method for configuring geo-location, weights, and healthcheck based fallback between pools of services. +* [Geo Records](/docs/geo_records.md) - the original implementation of geo-location based records, now superseded by Dynamic Records (above) ## Config (`YamlProvider`)