fix link in SSL to Webserver APIs

This commit is contained in:
Scott Fennell 2022-11-10 12:10:14 -06:00 committed by GitHub
parent 4cd6da34d8
commit 716d35a63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
Continue to [Web Server APIs](Webserver-apis)