From a014ce40a6cc557d9ef8a267eaac3309d4bb610f Mon Sep 17 00:00:00 2001 From: Dogan Yildirim Date: Thu, 5 Sep 2024 11:24:37 +0300 Subject: [PATCH] Update README.md --- templates/app/aspnet-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/aspnet-core/README.md b/templates/app/aspnet-core/README.md index de2fec7eaf..2e21df1b07 100644 --- a/templates/app/aspnet-core/README.md +++ b/templates/app/aspnet-core/README.md @@ -108,7 +108,7 @@ This is a layered monolith application that consists of the following applicatio ### Deploying the application -Deploying an ABP application is not different than deploying any .NET or ASP.NET Core application. However, there are some topics that you should care about when you are deploying your applications. You can check ABP's [Deployment documentation](https://abp.io/docs/latest/Deployment/Index) before deploying your application. +Deploying an ABP application is not different than deploying any .NET or ASP.NET Core application. However, there are some topics that you should care about when you are deploying your applications. You can check ABP's [Deployment documentation](https://abp.io/docs/latest/deployment) before deploying your application. ### Additional resources