mirror of https://github.com/fafhrd91/actix-web
doc(web): Fix links in README.md
This commit is contained in:
parent
fe890a73b2
commit
bbf4015b8d
|
|
@ -78,23 +78,23 @@ async fn main() -> std::io::Result<()> {
|
||||||
|
|
||||||
### More Examples
|
### More Examples
|
||||||
|
|
||||||
- [Hello World](https://github.com/actix/examples/tree/mainasics/hello-world)
|
- [Hello World](https://github.com/actix/examples/tree/main/basics/hello-world)
|
||||||
- [Basic Setup](https://github.com/actix/examples/tree/mainasics/basics)
|
- [Basic Setup](https://github.com/actix/examples/tree/main/basics/basics)
|
||||||
- [Application State](https://github.com/actix/examples/tree/mainasics/state)
|
- [Application State](https://github.com/actix/examples/tree/main/basics/state)
|
||||||
- [JSON Handling](https://github.com/actix/examples/tree/mainson/json)
|
- [JSON Handling](https://github.com/actix/examples/tree/main/json/json)
|
||||||
- [Multipart Streams](https://github.com/actix/examples/tree/mainorms/multipart)
|
- [Multipart Streams](https://github.com/actix/examples/tree/main/forms/multipart)
|
||||||
- [MongoDB Integration](https://github.com/actix/examples/tree/mainatabases/mongodb)
|
- [MongoDB Integration](https://github.com/actix/examples/tree/main/databases/mongodb)
|
||||||
- [Diesel Integration](https://github.com/actix/examples/tree/mainatabases/diesel)
|
- [Diesel Integration](https://github.com/actix/examples/tree/main/databases/diesel)
|
||||||
- [SQLite Integration](https://github.com/actix/examples/tree/mainatabases/sqlite)
|
- [SQLite Integration](https://github.com/actix/examples/tree/main/databases/sqlite)
|
||||||
- [Postgres Integration](https://github.com/actix/examples/tree/mainatabases/postgres)
|
- [Postgres Integration](https://github.com/actix/examples/tree/main/databases/postgres)
|
||||||
- [Tera Templates](https://github.com/actix/examples/tree/mainemplating/tera)
|
- [Tera Templates](https://github.com/actix/examples/tree/main/templating/tera)
|
||||||
- [Askama Templates](https://github.com/actix/examples/tree/mainemplating/askama)
|
- [Askama Templates](https://github.com/actix/examples/tree/main/templating/askama)
|
||||||
- [HTTPS using Rustls](https://github.com/actix/examples/tree/mainttps-tls/rustls)
|
- [HTTPS using Rustls](https://github.com/actix/examples/tree/main/https-tls/rustls)
|
||||||
- [HTTPS using OpenSSL](https://github.com/actix/examples/tree/mainttps-tls/openssl)
|
- [HTTPS using OpenSSL](https://github.com/actix/examples/tree/main/https-tls/openssl)
|
||||||
- [Simple WebSocket](https://github.com/actix/examples/tree/mainebsockets)
|
- [Simple WebSocket](https://github.com/actix/examples/tree/main/websockets)
|
||||||
- [WebSocket Chat](https://github.com/actix/examples/tree/mainebsockets/chat)
|
- [WebSocket Chat](https://github.com/actix/examples/tree/main/websockets/chat)
|
||||||
|
|
||||||
You may consider checking out [this directory](https://github.com/actix/examples/tree/mainfor more examples.
|
You may consider checking out [this directory](https://github.com/actix/examples/tree/main) for more examples.
|
||||||
|
|
||||||
## Benchmarks
|
## Benchmarks
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue