From ec0fac4bacd0a6fced3c493d8a1d239c86b191cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 8 Jun 2021 21:34:09 +0300 Subject: [PATCH] Update Index.md --- docs/en/Index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Index.md b/docs/en/Index.md index 8b416b6322..8483d61612 100644 --- a/docs/en/Index.md +++ b/docs/en/Index.md @@ -29,7 +29,7 @@ ABP has a **comprehensive documentation** that not only explains the ABP Framewo ABP offers a complete, modular and layered software architecture based on [Domain Driven Design](Domain-Driven-Design.md) principles and patterns. It also provides the necessary infrastructure to implement this architecture. * See the [Modularity](Module-Development-Basics.md) document to understand the module system. -* [Implementing Domain Driven Design book](https://abp.io/books/implementing-domain-driven-design) is an ultimate guide for who want to understand and implement the DDD with the ABP Framework. +* [Implementing Domain Driven Design book](https://abp.io/books/implementing-domain-driven-design?ref=doc) is an ultimate guide for who want to understand and implement the DDD with the ABP Framework. * [Microservice Architecture](Microservice-Architecture.md) document explains how ABP helps to create a microservice solution. * [Multi-Tenancy](Multi-Tenancy.md) document introduces multi-tenancy and explores the ABP multi-tenancy infrastructure.