From 639592a706d8b6687a07f8a446cc4a217852b633 Mon Sep 17 00:00:00 2001 From: Samuel Vermeulen <76737579+samuelvermeulenpro@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:36:45 +0100 Subject: [PATCH] Update README.md Fix broken link for ssl documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c46a92..89f1283e 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ curl -sL https://install.raspap.com | bash -s -- --cert **Note**: this only installs mkcert and generates an SSL certificate with the input you provide. It does *not* (re)install RaspAP. -More information on SSL certificates and HTTPS support is available [in our documentation](https://docs.raspap.com/ssl-quick/). +More information on SSL certificates and HTTPS support is available [in our documentation](https://docs.raspap.com/ssl/). ## How to contribute 1. Fork the project in your account and create a new branch: `your-great-feature`.