From 0ca62ba145816c376222a56cfdf92ff60c48aae4 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 13 Oct 2022 21:24:17 +0800 Subject: [PATCH] Links to cookbook --- README.md | 1 + src/lib.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 36c3bf2e..17764bca 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,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/) ++ [Cookbook](https://www.sea-ql.org/sea-orm-cookbook/) + [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic) Integration examples diff --git a/src/lib.rs b/src/lib.rs index 9c93b9d6..540e05c9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -34,6 +34,7 @@ //! //! + [Getting Started](https://www.sea-ql.org/SeaORM/docs/index) //! + [Step-by-step Tutorials](https://www.sea-ql.org/sea-orm-tutorial/) +//! + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook/) //! + [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic) //! //! Integration examples