From 510c011c35b43efc0a5203a41cbc71dd31fb5d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?On=C3=A8?= <43485962+c-git@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:44:43 -0400 Subject: [PATCH] fix: update broken link (#858) --- middleware/http-to-https/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/http-to-https/README.md b/middleware/http-to-https/README.md index 4da84bd..fa8c9ea 100644 --- a/middleware/http-to-https/README.md +++ b/middleware/http-to-https/README.md @@ -6,7 +6,7 @@ A pre-built solution is soon to be built-in. For now, see [`RedirectHttps`](http ## This Example -This example is the next step after implementing this example : [Setup TLS via rustls](https://github.com/actix/examples/tree/master/security/rustls). +This example is the next step after implementing this example : [Setup TLS via rustls](https://github.com/actix/examples/tree/master/https-tls/rustls). You might have already implemented TLS (using one of the ways mentioned in the example of security section), and have setup your server to listen to port 443 (for HTTPS).