From 716d35a63eef27c000c4964d3a4f693999d794f7 Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Thu, 10 Nov 2022 12:10:14 -0600 Subject: [PATCH] fix link in SSL to Webserver APIs --- docs/documentation/web/SSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/web/SSL.md b/docs/documentation/web/SSL.md index aad5ae19..e45b3d20 100644 --- a/docs/documentation/web/SSL.md +++ b/docs/documentation/web/SSL.md @@ -38,4 +38,4 @@ Where server.pem is the path to the server.pem file you created when creating a ## Access your webserver Now that ssl encryption is enabled, to access you webserver use https://localhost.ssl:8888 instead of http and wss://localhost.ssl:8888 for http and ws protocals respectively. -Continue to [Adding SSL Encryption](SSL) \ No newline at end of file +Continue to [Web Server APIs](Webserver-apis)