From ff2b8d74e85dac64ebf5ba1fd780979b0a976d3d Mon Sep 17 00:00:00 2001 From: averichev Date: Fri, 18 Feb 2022 13:13:22 +0300 Subject: [PATCH] fix: Changed broken url (#257) --- content/docs/databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/databases.md b/content/docs/databases.md index bcdaabe..766fc35 100644 --- a/content/docs/databases.md +++ b/content/docs/databases.md @@ -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