From acdbf1650d02df737e2304365e04dd5332d689cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20=C3=87A=C4=9EDA=C5=9E?= Date: Thu, 19 Sep 2024 13:34:52 +0300 Subject: [PATCH] Update part-06.md Fix wrong image path --- docs/en/tutorials/modular-crm/part-06.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/modular-crm/part-06.md b/docs/en/tutorials/modular-crm/part-06.md index 31f7c1f304..393464d8ab 100644 --- a/docs/en/tutorials/modular-crm/part-06.md +++ b/docs/en/tutorials/modular-crm/part-06.md @@ -79,7 +79,7 @@ namespace ModularCrm.Products.Integration We've defined the integration service interface. Now, we can implement it in the `ModularCrm.Products.Application` project. Create an `Integration` folder and then create a `ProductIntegrationService` class in that folder. The final folder structure should be like that: -![visual-studio-product-integration-service-implementation](D:\Github\abp\docs\en\tutorials\modular-crm\images\visual-studio-product-integration-service-implementation.png) +![visual-studio-product-integration-service-implementation](images/visual-studio-product-integration-service-implementation.png) Open the `ProductIntegrationService.cs` file and replace it's content with the following code block: