website: Added missing link

This commit is contained in:
Armon Dadgar 2015-02-19 10:46:13 -08:00
parent 7316b5be32
commit 65d4944dc4
1 changed files with 3 additions and 0 deletions

View File

@ -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.