Browse Source

Fix migration link for AutoMapper to Mapperly

Updated the link for migrating from AutoMapper to Mapperly to use a relative path.
pull/23861/head
Engincan VESKE 10 months ago
committed by GitHub
parent
commit
cbc16cf39f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/release-info/migration-guides/abp-10-0.md

2
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

Loading…
Cancel
Save