From 9d4b98f12681cb411cd2e422e2b4902fb302da4b Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 17 Aug 2017 16:39:19 -0700 Subject: [PATCH] Fix broken link --- website/source/docs/agent/encryption.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/encryption.html.md b/website/source/docs/agent/encryption.html.md index aa0446745..06c75009c 100644 --- a/website/source/docs/agent/encryption.html.md +++ b/website/source/docs/agent/encryption.html.md @@ -84,8 +84,8 @@ as it is unable to use client certificates. # Configuring Nomad with TLS -Read the [Configuring TLS Guide][guide] for details on how to configure +Read the [Securing Nomad with TLS Guide][guide] for details on how to configure encryption for Nomad. -[guide]: /guides/tls.html "Configuring TLS" +[guide]: /guides/securing-nomad.html "Securing Nomad with TLS" [tls]: /docs/agent/configuration/tls.html "Nomad TLS Configuration"