@@ -78,23 +78,23 @@ async fn main() -> std::io::Result<()> {
7878
7979### More Examples
8080
81- - [ Hello World] ( https://github.com/actix/examples/tree/mainasics /hello-world )
82- - [ Basic Setup] ( https://github.com/actix/examples/tree/mainasics /basics )
83- - [ Application State] ( https://github.com/actix/examples/tree/mainasics /state )
84- - [ JSON Handling] ( https://github.com/actix/examples/tree/mainson /json )
85- - [ Multipart Streams] ( https://github.com/actix/examples/tree/mainorms /multipart )
86- - [ MongoDB Integration] ( https://github.com/actix/examples/tree/mainatabases /mongodb )
87- - [ Diesel Integration] ( https://github.com/actix/examples/tree/mainatabases /diesel )
88- - [ SQLite Integration] ( https://github.com/actix/examples/tree/mainatabases /sqlite )
89- - [ Postgres Integration] ( https://github.com/actix/examples/tree/mainatabases /postgres )
90- - [ Tera Templates] ( https://github.com/actix/examples/tree/mainemplating /tera )
91- - [ Askama Templates] ( https://github.com/actix/examples/tree/mainemplating /askama )
92- - [ HTTPS using Rustls] ( https://github.com/actix/examples/tree/mainttps -tls/rustls )
93- - [ HTTPS using OpenSSL] ( https://github.com/actix/examples/tree/mainttps -tls/openssl )
94- - [ Simple WebSocket] ( https://github.com/actix/examples/tree/mainebsockets )
95- - [ WebSocket Chat] ( https://github.com/actix/examples/tree/mainebsockets /chat )
96-
97- You may consider checking out [ this directory] (https://github.com/actix/examples/tree/mainfor more examples.
81+ - [ Hello World] ( https://github.com/actix/examples/tree/main/basics /hello-world )
82+ - [ Basic Setup] ( https://github.com/actix/examples/tree/main/basics /basics )
83+ - [ Application State] ( https://github.com/actix/examples/tree/main/basics /state )
84+ - [ JSON Handling] ( https://github.com/actix/examples/tree/main/json /json )
85+ - [ Multipart Streams] ( https://github.com/actix/examples/tree/main/forms /multipart )
86+ - [ MongoDB Integration] ( https://github.com/actix/examples/tree/main/databases /mongodb )
87+ - [ Diesel Integration] ( https://github.com/actix/examples/tree/main/databases /diesel )
88+ - [ SQLite Integration] ( https://github.com/actix/examples/tree/main/databases /sqlite )
89+ - [ Postgres Integration] ( https://github.com/actix/examples/tree/main/databases /postgres )
90+ - [ Tera Templates] ( https://github.com/actix/examples/tree/main/templating /tera )
91+ - [ Askama Templates] ( https://github.com/actix/examples/tree/main/templating /askama )
92+ - [ HTTPS using Rustls] ( https://github.com/actix/examples/tree/main/https -tls/rustls )
93+ - [ HTTPS using OpenSSL] ( https://github.com/actix/examples/tree/main/https -tls/openssl )
94+ - [ Simple WebSocket] ( https://github.com/actix/examples/tree/main/websockets )
95+ - [ WebSocket Chat] ( https://github.com/actix/examples/tree/main/websockets /chat )
96+
97+ You may consider checking out [ this directory] ( https://github.com/actix/examples/tree/main ) for more examples.
9898
9999## Benchmarks
100100
0 commit comments