From d75ef81a34c3218157eff875718359822c2d515c Mon Sep 17 00:00:00 2001 From: asacamano Date: Wed, 24 May 2017 07:31:44 -0700 Subject: [PATCH] Fix link to SSL docs. It was pointing to the old file - polar - but should point to the new tls.md file. --- src/plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/README.md b/src/plugins/README.md index 2b66d31..e4d5349 100644 --- a/src/plugins/README.md +++ b/src/plugins/README.md @@ -12,4 +12,4 @@ Plugins are shared library loaded on startup once the Server reads the content o * [Log Writer](log_writer.md) * [Liana: plain sockets transport](liana.md) * [Mandril Security](mandril_security.md) - * [Secure Socket Layer (SSL/HTTPS)](polarssl.md) + * [Secure Socket Layer (SSL/HTTPS)](tls.md)