diff --git a/databases/rbatis/README.md b/databases/rbatis/README.md index 25bf17d..9b2e2fb 100644 --- a/databases/rbatis/README.md +++ b/databases/rbatis/README.md @@ -1,5 +1,5 @@ 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.