From 7a7b40caebc5ce0476eafefcda41bbabdc142821 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Mon, 4 Nov 2019 09:24:29 -0800 Subject: [PATCH] Fix link on TLS page ...by removing the link --- content/v2.0/security/enable-tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/security/enable-tls.md b/content/v2.0/security/enable-tls.md index be17f53d8..3afcd40f7 100644 --- a/content/v2.0/security/enable-tls.md +++ b/content/v2.0/security/enable-tls.md @@ -14,7 +14,7 @@ Enabling HTTPS encrypts the communication between clients and the InfluxDB serve When configured with a signed certificate, HTTPS can also verify the authenticity of the InfluxDB server to connecting clients. {{% warn %}} -InfluxData [strongly recommends](/influxdb/v1.7/administration/security/) enabling HTTPS, especially if you plan on sending requests to InfluxDB over a network. +InfluxData **strongly recommends** enabling HTTPS, especially if you plan on sending requests to InfluxDB over a network. {{% /warn %}} ## Requirements