1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

Fix invalid non-existent link (for database example:rbatis). (#585)

This commit is contained in:
Remi_IO 2022-11-22 14:10:26 +08:00 committed by GitHub
parent 32022a5ec1
commit 3b4ad584eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
The `rbatis` ORM developers keep their own example on usage with Actix Web. The `rbatis` ORM developers keep their own example on usage with Actix Web.
You can find the example in the [rbatis/example/src/actix_web](https://github.com/rbatis/rbatis/blob/master/example/src/actix_web/main.rs) directory. You can find the example in the [rbatis/example/src/actix_web](https://github.com/rbatis/rbatis/blob/a1c09af45d9827f658e9f7ef5b58419e95b25fe7/example/src/actix_web/main.rs) directory.
See the [`example` folder readme](https://github.com/rbatis/rbatis/tree/master/example) for a guide on how to get started with the example. See the [`example` folder readme](https://github.com/rbatis/rbatis/tree/master/example) for a guide on how to get started with the example.