1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

fix: Changed broken url (#257)

This commit is contained in:
averichev 2022-02-18 13:13:22 +03:00 committed by GitHub
parent 4bec03576c
commit ff2b8d74e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ necessary if your return error type implements [`ResponseError`][response-error]
{{< include-example example="databases" file="main.rs" section="index" >}}
That's it! See the full example here:
https://github.com/actix/examples/tree/master/database_interactions/diesel
https://github.com/actix/examples/tree/master/databases/diesel
[web-block]: https://docs.rs/actix-web/3/actix_web/web/fn.block.html
[response-error]: https://docs.rs/actix-web/3/actix_web/trait.ResponseError.html