diff --git a/README.md b/README.md index a1d6e1da..29b83bd8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- +

SeaORM

@@ -34,11 +34,11 @@ This is an early release of SeaORM, the API is not stable yet. 1. Async -Relying on SQLx, SeaORM is a new library with async support from day 1. +Relying on [SQLx](https://github.com/launchbadge/sqlx), SeaORM is a new library with async support from day 1. 2. Dynamic -Built upon SeaQuery, SeaORM allows you to build complex queries without 'fighting the ORM'. +Built upon [SeaQuery](https://github.com/SeaQL/sea-query), SeaORM allows you to build complex queries without 'fighting the ORM'. 3. Testable diff --git a/src/lib.rs b/src/lib.rs index c4b8184f..a81c620b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ //!
//! -//! +//! //! //!

SeaORM

//! @@ -34,11 +34,11 @@ //! //! 1. Async //! -//! Relying on SQLx, SeaORM is a new library with async support from day 1. +//! Relying on [SQLx](https://github.com/launchbadge/sqlx), SeaORM is a new library with async support from day 1. //! //! 2. Dynamic //! -//! Built upon SeaQuery, SeaORM allows you to build complex queries without 'fighting the ORM'. +//! Built upon [SeaQuery](https://github.com/SeaQL/sea-query), SeaORM allows you to build complex queries without 'fighting the ORM'. //! //! 3. Testable //!