From 3b4ad584ebd5facc5d1fd216191877f122452348 Mon Sep 17 00:00:00 2001 From: Remi_IO Date: Tue, 22 Nov 2022 14:10:26 +0800 Subject: [PATCH] Fix invalid non-existent link (for database example:rbatis). (#585) --- databases/rbatis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.