From b0ea1138b40fd97403d7cabfdf16c5a5d20ece53 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 7 Jul 2022 15:20:43 +0800 Subject: [PATCH] Update lib.rs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 602514fa..7e4631f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -33,6 +33,7 @@ //! Join our Discord server to chat with others in the SeaQL community! //! //! + [Getting Started](https://www.sea-ql.org/SeaORM/docs/index) +//! + [Step-by-step Tutorials](https://www.sea-ql.org/sea-orm-tutorial/) //! + [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic) //! //! Integration examples