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