From abf32ef5e8e45154667a69da161d7de71288a39e Mon Sep 17 00:00:00 2001 From: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> Date: Mon, 28 Jan 2019 16:23:29 -0600 Subject: [PATCH] Fixing broken link. (#5283) --- website/source/docs/guides/index.html.md | 4 ++-- website/source/layouts/docs.erb | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/source/docs/guides/index.html.md b/website/source/docs/guides/index.html.md index a6e04bf558..4d65390ac1 100644 --- a/website/source/docs/guides/index.html.md +++ b/website/source/docs/guides/index.html.md @@ -38,10 +38,10 @@ The following guides are available: * [Creating Certificates](https://learn.hashicorp.com/consul/advanced/day-1-operations/certificates) - This guide describes how to setup CA and certificates to secure a Consul cluster with TLS. -* [Deployment Guide](https://learn.hashicorp.com/consul/advanced/day-1-operations/deployment-guide) - This deployment guide covers the steps required to install and configure a single HashiCorp Consul cluster as defined in the Consul Reference Architecture. - * [Datacenter Backups](https://learn.hashicorp.com/consul/advanced/day-1-operations/backup) - Consul provide the snapshot tool for backing up and restoring data. In this guide you will learn how to use both. +* [Deployment Guide](https://learn.hashicorp.com/consul/advanced/day-1-operations/deployment-guide) - This deployment guide covers the steps required to install and configure a single HashiCorp Consul cluster as defined in the Consul Reference Architecture. + * [DNS Caching](https://learn.hashicorp.com/consul/day-2-operations/advanced-operations/dns-caching) - Enabling TTLs for DNS query caching * [DNS Forwarding](/docs/guides/forwarding.html) - Forward DNS queries from Bind to Consul diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index cff0e16921..e6c9bf7c03 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -414,9 +414,6 @@ > Bootstrapping - > - Datacenter Backups - > Connect in Production @@ -438,11 +435,14 @@ > Creating TLS Certificates + > + Datacenter Backups + > Deployment Guide > - DNS Caching + DNS Caching > DNS Forwarding