From b15dbaee165e13734e169fb8f26f81ab76e88655 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Thu, 19 Feb 2015 10:46:13 -0800 Subject: [PATCH] website: Added missing link --- website/source/docs/guides/index.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/guides/index.html.markdown b/website/source/docs/guides/index.html.markdown index c1a8f946bd..69d77d92ad 100644 --- a/website/source/docs/guides/index.html.markdown +++ b/website/source/docs/guides/index.html.markdown @@ -20,6 +20,8 @@ The following guides are available: * [Bootstrapping](/docs/guides/bootstrapping.html) - This guide covers bootstrapping a new datacenter. This covers safely adding the initial Consul servers. +* [DNS Caching](/docs/guides/dns-cache.html) - Enabling TTLs for DNS query caching + * [DNS Forwarding](/docs/guides/forwarding.html) - Forward DNS queries from Bind to Consul * [External Services](/docs/guides/external.html) - This guide covers registering an external service. This allows using 3rd party services within the Consul framework. @@ -31,3 +33,4 @@ The following guides are available: * [Outage Recovery](/docs/guides/outage.html) - This guide covers recovering a cluster that has become unavailable due to server failures. * [Semaphore](/docs/guides/semaphore.html) - This guide covers using the Key/Value store to implement a semaphore. +