From 41c159b3ab8948141d61bfbbf134ccbbc355f1e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sat, 4 Apr 2020 23:34:01 +0300 Subject: [PATCH] Update Customize-Login-Page-MVC.md --- docs/en/How-To/Customize-Login-Page-MVC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/How-To/Customize-Login-Page-MVC.md b/docs/en/How-To/Customize-Login-Page-MVC.md index d4c69ddb9c..49b4b4c39e 100644 --- a/docs/en/How-To/Customize-Login-Page-MVC.md +++ b/docs/en/How-To/Customize-Login-Page-MVC.md @@ -106,7 +106,7 @@ Just changed the `@model` to `Acme.BookStore.Web.Pages.Account.CustomLoginModel` ## The Source Code -You can find the source code of the completed example [here](https://github.com/abpframework/abp-samples/tree/master/aspnet-core/BookStore-AzureAD). +You can find the source code of the completed example [here](https://github.com/abpframework/abp-samples/tree/master/aspnet-core/Authentication-Customization). ## See Also