From 49c1a6d716c781670c10ea3b66671338921ce0cc Mon Sep 17 00:00:00 2001 From: Horu <73709188+HigherOrderLogic@users.noreply.github.com> Date: Mon, 3 Oct 2022 11:12:39 +0700 Subject: [PATCH] docs(readme): fix architecture link (#1086) --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d912b5fe..eade3e56 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ fruit::Entity::delete_many() ## Learn More 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. [Architecture](https://www.sea-ql.org/SeaORM/docs/internal-design/architecture/) 1. [Release Model](https://www.sea-ql.org/SeaORM/blog/2021-08-30-release-model) 1. [Change Log](https://github.com/SeaQL/sea-orm/tree/master/CHANGELOG.md) diff --git a/src/lib.rs b/src/lib.rs index 8011ea0b..2162fcc5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -259,7 +259,7 @@ //! ## Learn More //! //! 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. [Architecture](https://www.sea-ql.org/SeaORM/docs/internal-design/architecture/) //! 1. [Release Model](https://www.sea-ql.org/SeaORM/blog/2021-08-30-release-model) //! 1. [Change Log](https://github.com/SeaQL/sea-orm/tree/master/CHANGELOG.md) //!