From 434b8dd96caa2b558687678905b29bd28ddc9600 Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Mon, 25 Feb 2019 11:22:24 +0100 Subject: [PATCH] fix anchor in link The updated link will still only bring the reader to the FAQ section, not to the SSL question in there specifically. But this is still better than a link which does not work at all. --- pages/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs.md b/pages/docs.md index f984769..155610e 100644 --- a/pages/docs.md +++ b/pages/docs.md @@ -523,7 +523,7 @@ This has to be done before any route mapping: secure(keystoreFilePath, keystorePassword, truststoreFilePath, truststorePassword); ~~~ -If you need more help, check out the [FAQ](#enable-ssl). +If you need more help, check out the [FAQ](#how-do-i-enable-sslhttps). ### ThreadPool