From d37f0f3021b3dbfb37d19c3b0966a402278ca860 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 28 Sep 2021 14:37:42 +0800 Subject: [PATCH] Readme --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c0e83d1..2285c77c 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ fruit::Entity::delete_many() 1. [Design](https://github.com/SeaQL/sea-orm/tree/master/DESIGN.md) 1. [Architecture](https://github.com/SeaQL/sea-orm/tree/master/ARCHITECTURE.md) -1. [Compare with Diesel](https://www.sea-ql.org/SeaORM/docs/internal-design/diesel) +1. [Change Log](https://github.com/SeaQL/sea-orm/tree/master/CHANGELOG.md) ## License diff --git a/src/lib.rs b/src/lib.rs index 7ffbbf9b..a1dc83f7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -335,7 +335,7 @@ //! //! 1. [Design](https://github.com/SeaQL/sea-orm/tree/master/DESIGN.md) //! 1. [Architecture](https://github.com/SeaQL/sea-orm/tree/master/ARCHITECTURE.md) -//! 1. [Compare with Diesel](https://www.sea-ql.org/SeaORM/docs/internal-design/diesel) +//! 1. [Change Log](https://github.com/SeaQL/sea-orm/tree/master/CHANGELOG.md) //! //! ## License //!