@@ -71,18 +71,18 @@ async fn main() -> std::io::Result<()> {
71
71
72
72
### More examples
73
73
74
- * [ Basic Setup] ( https://github.com/actix/examples/tree/master/basics/ )
75
- * [ Application State] ( https://github.com/actix/examples/tree/master/state/ )
76
- * [ JSON Handling] ( https://github.com/actix/examples/tree/master/json/ )
77
- * [ Multipart Streams] ( https://github.com/actix/examples/tree/master/multipart/ )
78
- * [ Diesel Integration] ( https://github.com/actix/examples/tree/master/diesel/ )
79
- * [ r2d2 Integration] ( https://github.com/actix/examples/tree/master/r2d2/ )
80
- * [ Simple WebSocket] ( https://github.com/actix/examples/tree/master/websocket/ )
81
- * [ Tera Templates] ( https://github.com/actix/examples/tree/master/template_tera / )
82
- * [ Askama Templates] ( https://github.com/actix/examples/tree/master/template_askama / )
83
- * [ HTTPS using Rustls] ( https://github.com/actix/examples/tree/master/rustls/ )
84
- * [ HTTPS using OpenSSL] ( https://github.com/actix/examples/tree/master/openssl/ )
85
- * [ WebSocket Chat] ( https://github.com/actix/examples/tree/master/websocket- chat/ )
74
+ * [ Basic Setup] ( https://github.com/actix/examples/tree/master/basics/basics/ )
75
+ * [ Application State] ( https://github.com/actix/examples/tree/master/basics/ state/ )
76
+ * [ JSON Handling] ( https://github.com/actix/examples/tree/master/json/json/ )
77
+ * [ Multipart Streams] ( https://github.com/actix/examples/tree/master/forms/ multipart/ )
78
+ * [ Diesel Integration] ( https://github.com/actix/examples/tree/master/database_interactions/ diesel/ )
79
+ * [ r2d2 Integration] ( https://github.com/actix/examples/tree/master/database_interactions/ r2d2/ )
80
+ * [ Simple WebSocket] ( https://github.com/actix/examples/tree/master/websockets/ websocket/ )
81
+ * [ Tera Templates] ( https://github.com/actix/examples/tree/master/template_engines/tera / )
82
+ * [ Askama Templates] ( https://github.com/actix/examples/tree/master/template_engines/askama / )
83
+ * [ HTTPS using Rustls] ( https://github.com/actix/examples/tree/master/security/ rustls/ )
84
+ * [ HTTPS using OpenSSL] ( https://github.com/actix/examples/tree/master/security/ openssl/ )
85
+ * [ WebSocket Chat] ( https://github.com/actix/examples/tree/master/websockets/ chat/ )
86
86
87
87
You may consider checking out
88
88
[ this directory] ( https://github.com/actix/examples/tree/master/ ) for more examples.
0 commit comments