@ -124,8 +124,6 @@ Support for open-source ABP Framework client-side packages is available at [GitH
If you are building an enterprise-level application with pro support, extra tools like a code generator, fancy themes and a microservice template, time to invest in the commercial version!
To understand how it works, see [How it Works](https://commercial.abp.io/how-it-works) page.
To understand how it works, see [How it Works](https://abp.io/how-it-works) page.
If you wonder why you should choose ABP Commercial, check out [Why ABP.IO Platform](https://docs.abp.io/en/commercial/latest/why-abp-io-platform) page.
Official website: [https://commercial.abp.io](https://commercial.abp.io/)
If you wonder why you should choose ABP Commercial, check out [Why ABP.IO Platform](https://abp.io/docs/latest/others/why-abp-platform) page.
@ -139,7 +139,7 @@ public class AddModuleCommand : IConsoleCommand, ITransientDependency
sb.AppendLine(@" abp add-module ProductManagement --new -sp ..\Acme.BookStore.Web\Acme.BookStore.Web.csproj Crates a new module named `ProductManagement` and adds it to your solution.");
sb.AppendLine(@" abp add-module ProductManagement --new --add-to-solution-file -sp ..\Acme.BookStore.Web\Acme.BookStore.Web.csproj Crates a new module named `ProductManagement`, adds it to your solution & solution file.");
sb.AppendLine("");
sb.AppendLine("See the documentation for more info: https://docs.abp.io/en/abp/latest/CLI");
sb.AppendLine("See the documentation for more info: https://abp.io/docs/latest/cli");
@ -75,7 +75,7 @@ public class SmtpEmailSender : EmailSenderBase, ISmtpEmailSender, ITransientDepe
using(varsmtpClient=awaitBuildClientAsync())
{
Logger.LogWarning("We don't recommend that you use the SmtpClient class for new development because SmtpClient doesn't support many modern protocols. "+
"Use MailKit(https://docs.abp.io/en/abp/latest/MailKit) or other libraries instead."+
"Use MailKit(https://abp.io/docs/latest/framework/infrastructure/mail-kit) or other libraries instead."+
"For more information, see https://github.com/dotnet/platform-compat/blob/master/docs/DE0005.md");