From cbc16cf39f958b42d5b719990bb88269dfcda618 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Fri, 3 Oct 2025 07:25:00 +0000 Subject: [PATCH] Fix migration link for AutoMapper to Mapperly Updated the link for migrating from AutoMapper to Mapperly to use a relative path. --- docs/en/release-info/migration-guides/abp-10-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/release-info/migration-guides/abp-10-0.md b/docs/en/release-info/migration-guides/abp-10-0.md index 511488b911..24be60d1f8 100644 --- a/docs/en/release-info/migration-guides/abp-10-0.md +++ b/docs/en/release-info/migration-guides/abp-10-0.md @@ -81,7 +81,7 @@ OpenIddict 7.X changed the `OpenIddictToken` entity, you must create a new datab The AutoMapper library is no longer free for commercial use. For more details, you can refer to this [announcement post](https://www.jimmybogard.com/automapper-and-mediatr-going-commercial/). -In this version, all ABP modules use Mapperly instead of AutoMapper. ABP Framework provides both AutoMapper and Mapperly integrations. If your project currently uses AutoMapper and you don't have a commercial license, you can follow the [Migrating from AutoMapper to Mapperly](https://github.com/abpframework/abp/blob/dev/docs/en/release-info/migration-guides/AutoMapper-To-Mapperly.md) document to migrate to Mapperly. +In this version, all ABP modules use Mapperly instead of AutoMapper. ABP Framework provides both AutoMapper and Mapperly integrations. If your project currently uses AutoMapper and you don't have a commercial license, you can follow the [Migrating from AutoMapper to Mapperly](./AutoMapper-To-Mapperly.md) document to migrate to Mapperly. ### Failure Retry Policy for InboxProcessor