From bb7c3b75a3240c8d9c3f4980adc8f4feb6ac9ca3 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Wed, 20 Apr 2016 18:46:01 -0400 Subject: [PATCH] Fix broken markdown --- website/source/docs/agent/options.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index aabc31e232..4a66aa63d6 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -516,7 +516,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass is implemented and enforced (i.e. DNS answers are always sorted and therefore never random), clients may need to set this value to `1` to preserve the expected randomized distribution behavior (note: - [https://tools.ietf.org/html/rfc3484](RFC 3484) has been obsoleted by + [RFC 3484](https://tools.ietf.org/html/rfc3484) has been obsoleted by [RFC 6724](https://tools.ietf.org/html/rfc6724) and as a result it should be increasingly uncommon to need to change this value with modern resolvers).