Skip to content

Commit 8f2a97c

Browse files
authored
Update README example links (actix#2027)
The examples repo went through a folder restructuring. More info: actix/examples#411
1 parent ebaf25d commit 8f2a97c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,18 @@ async fn main() -> std::io::Result<()> {
7171

7272
### More examples
7373

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/)
8686

8787
You may consider checking out
8888
[this directory](https://github.com/actix/examples/tree/master/) for more examples.

0 commit comments

Comments
 (0)