From 0029fd280732b9efa3c0f6b9baffdbc0dd718b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sun, 22 Jun 2025 20:12:28 +0300 Subject: [PATCH] Fix ModularCRM sample URLs --- docs/en/samples/index.md | 2 +- docs/en/tutorials/modular-crm/index.md | 2 +- docs/en/tutorials/modular-crm/part-08.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/samples/index.md b/docs/en/samples/index.md index 8676400f99..39f6f02636 100644 --- a/docs/en/samples/index.md +++ b/docs/en/samples/index.md @@ -61,7 +61,7 @@ A modular monolith application that demonstrates how to create, compose, and com * **ModularCRM: Razor Pages UI & Entity Framework Core** * [Tutorial](../tutorials/modular-crm/part-01.md?UI=MVC&DB=EF) - * [Source code](https://github.com/abpframework/abp-samples/tree/master/ModularCrm-Standard) + * [Source code](https://github.com/abpframework/abp-samples/tree/master/ModularCRM) ## CloudCrm diff --git a/docs/en/tutorials/modular-crm/index.md b/docs/en/tutorials/modular-crm/index.md index b7a94994ad..0d16f81a9a 100644 --- a/docs/en/tutorials/modular-crm/index.md +++ b/docs/en/tutorials/modular-crm/index.md @@ -29,7 +29,7 @@ This tutorial is organized as the following parts: ## Download the Source Code -You can download the completed sample solution [here](https://github.com/abpframework/abp-samples/tree/master/ModularCrm-Standard). +You can download the completed sample solution [here](https://github.com/abpframework/abp-samples/tree/master/ModularCRM). ## See Also diff --git a/docs/en/tutorials/modular-crm/part-08.md b/docs/en/tutorials/modular-crm/part-08.md index 7133c76a65..9e00bb1a9e 100644 --- a/docs/en/tutorials/modular-crm/part-08.md +++ b/docs/en/tutorials/modular-crm/part-08.md @@ -164,7 +164,7 @@ Now, you know the fundamental principles and mechanics of building sophisticated ## Download the Source Code -You can download the completed sample solution [here](https://github.com/abpframework/abp-samples/tree/master/ModularCrm-Standard). +You can download the completed sample solution [here](https://github.com/abpframework/abp-samples/tree/master/ModularCRM). ## See Also