From 8794a61f4684235f3893170e39c9626fd25d87ee Mon Sep 17 00:00:00 2001 From: Wes Cook Date: Thu, 10 Sep 2026 11:17:52 -0700 Subject: [PATCH] Fixing docs SSL link The link path was right, but relative links may not be processed correctly. Absolute paths do work as seen on other doc pages (eg. docker.mdx). --- docs/panel/webserver-config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/panel/webserver-config.mdx b/docs/panel/webserver-config.mdx index d9680ac..00955e8 100644 --- a/docs/panel/webserver-config.mdx +++ b/docs/panel/webserver-config.mdx @@ -6,7 +6,7 @@ import TabItem from '@theme/TabItem'; When using the SSL (https) configuration you MUST create SSL certificates, otherwise your webserver will fail to start. - See the [Creating SSL Certificates](../guides/ssl) documentation page to learn how to create these certificates before continuing. + See the [Creating SSL Certificates](/docs/guides/ssl) documentation page to learn how to create these certificates before continuing.