diff --git a/README.md b/README.md
index d07af56f..3ced0629 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,14 @@ API to make working with databases in Rust a first-class experience.
This is an early release of SeaORM, the API is not stable yet.
```
+
+
+ [](https://www.sea-ql.org/SeaORM/docs/index)
+ [](https://github.com/SeaQL/sea-orm/tree/master/examples/sqlx)
+ [](https://github.com/SeaQL/sea-orm/issues/37)
+
+
+
## Features
1. Async
diff --git a/examples/sqlx/Readme.md b/examples/sqlx/Readme.md
index 98a14ada..d1a55c88 100644
--- a/examples/sqlx/Readme.md
+++ b/examples/sqlx/Readme.md
@@ -1,4 +1,4 @@
-# SeaORM SQLx MySql example
+# SeaORM SQLx example
Prepare:
diff --git a/src/lib.rs b/src/lib.rs
index 4f4229da..54ed5dc9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -25,6 +25,14 @@
//! This is an early release of SeaORM, the API is not stable yet.
//! ```
//!
+//!
+//!
+//! [](https://www.sea-ql.org/SeaORM/docs/index)
+//! [](https://github.com/SeaQL/sea-orm/tree/master/examples/sqlx)
+//! [](https://github.com/SeaQL/sea-orm/issues/37)
+//!
+//!
+//!
//! ## Features
//!
//! 1. Async