Browse Source

Fix ModularCRM sample URLs

pull/23138/head
Halil İbrahim Kalkan 11 months ago
parent
commit
0029fd2807
  1. 2
      docs/en/samples/index.md
  2. 2
      docs/en/tutorials/modular-crm/index.md
  3. 2
      docs/en/tutorials/modular-crm/part-08.md

2
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

2
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

2
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

Loading…
Cancel
Save