From 4bec03576c04dacd1b585ba5fb8519da8925a1ae Mon Sep 17 00:00:00 2001 From: BSPlatt <52503660+BSPlatt@users.noreply.github.com> Date: Thu, 17 Feb 2022 21:41:17 -0700 Subject: [PATCH] Update links to example projects based on recent commit (#256) --- content/docs/databases.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/databases.md b/content/docs/databases.md index 8785aa5..bcdaabe 100644 --- a/content/docs/databases.md +++ b/content/docs/databases.md @@ -8,9 +8,9 @@ weight: 1010 We have several example projects showing use of async database adapters: -- Postgres: https://github.com/actix/examples/tree/master/database_interactions/pg -- SQLite: https://github.com/actix/examples/tree/master/database_interactions/basic -- MongoDB: https://github.com/actix/examples/tree/master/database_interactions/mongodb +- Postgres: https://github.com/actix/examples/tree/master/databases/postgres +- SQLite: https://github.com/actix/examples/tree/master/databases/sqlite +- MongoDB: https://github.com/actix/examples/tree/master/databases/mongodb # Diesel