1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

fix: update broken link (#858)

This commit is contained in:
Onè 2024-07-19 10:44:43 -04:00 committed by GitHub
parent 42acb27186
commit 510c011c35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).