mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
Fix link to example in readme.md (#1236)
* Fix link to example in readme.md * Add links to openssl and rustls examples * Rustls should be uppercase
This commit is contained in:
parent
a4ad5e6b69
commit
7bd2270290
@ -68,7 +68,8 @@ async fn main() -> std::io::Result<()> {
|
|||||||
[Askama](https://github.com/actix/examples/tree/master/template_askama/) templates
|
[Askama](https://github.com/actix/examples/tree/master/template_askama/) templates
|
||||||
* [Diesel integration](https://github.com/actix/examples/tree/master/diesel/)
|
* [Diesel integration](https://github.com/actix/examples/tree/master/diesel/)
|
||||||
* [r2d2](https://github.com/actix/examples/tree/master/r2d2/)
|
* [r2d2](https://github.com/actix/examples/tree/master/r2d2/)
|
||||||
* [SSL / HTTP/2.0](https://github.com/actix/examples/tree/master/tls/)
|
* [OpenSSL](https://github.com/actix/examples/tree/master/openssl/)
|
||||||
|
* [Rustls](https://github.com/actix/examples/tree/master/rustls/)
|
||||||
* [Tcp/Websocket chat](https://github.com/actix/examples/tree/master/websocket-chat/)
|
* [Tcp/Websocket chat](https://github.com/actix/examples/tree/master/websocket-chat/)
|
||||||
* [Json](https://github.com/actix/examples/tree/master/json/)
|
* [Json](https://github.com/actix/examples/tree/master/json/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user