Browse Source

updated link of the sample in docs

pull/4570/head
Akın Sabri Çam 6 years ago
parent
commit
2b87f16562
  1. 2
      docs/en/How-To/Azure-Active-Directory-Authentication-MVC.md
  2. 2
      docs/en/How-To/Customize-Login-Page-MVC.md
  3. 2
      docs/en/How-To/Customize-SignIn-Manager.md
  4. 2
      docs/en/Samples/Index.md
  5. 2
      docs/zh-Hans/How-To/Azure-Active-Directory-Authentication-MVC.md
  6. 2
      docs/zh-Hans/How-To/Customize-Login-Page-MVC.md
  7. 2
      docs/zh-Hans/How-To/Customize-SignIn-Manager.md
  8. 2
      docs/zh-Hans/Samples/Index.md

2
docs/en/How-To/Azure-Active-Directory-Authentication-MVC.md

@ -136,7 +136,7 @@ And that's it, integration is completed. Keep on mind that you can connect any o
## The Source Code
You can find the source code of the completed example [here](https://github.com/abpframework/abp-samples/tree/master/aspnet-core/Authentication-Customization).
You can find the source code of the completed example [here](https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization).
# FAQ

2
docs/en/How-To/Customize-Login-Page-MVC.md

@ -105,7 +105,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/Authentication-Customization).
You can find the source code of the completed example [here](https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization).
## See Also

2
docs/en/How-To/Customize-SignIn-Manager.md

@ -93,7 +93,7 @@ PreConfigure<IdentityBuilder>(identityBuilder =>
## The Source Code
You can find the source code of the completed example [here](https://github.com/abpframework/abp-samples/tree/master/aspnet-core/Authentication-Customization).
You can find the source code of the completed example [here](https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization).
## See Also

2
docs/en/Samples/Index.md

@ -51,7 +51,7 @@ While there is no Razor Pages & MongoDB combination, you can check both document
* **Stored Procedure Demo**: Demonstrates how to use stored procedures, database views and functions with best practices.
* [Source code](https://github.com/abpframework/abp-samples/tree/master/StoredProcedureDemo)
* **Authentication Customization**: A solution to show how to customize the authentication for ASP.NET Core MVC / Razor Pages applications.
* [Source code](https://github.com/abpframework/abp-samples/tree/master/aspnet-core/Authentication-Customization)
* [Source code](https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization)
* Related "[How To](../How-To/Index.md)" documents:
* [Azure Active Directory Authentication](../How-To/Azure-Active-Directory-Authentication-MVC.md)
* [Customize the Login Page](../How-To/Customize-Login-Page-MVC.md)

2
docs/zh-Hans/How-To/Azure-Active-Directory-Authentication-MVC.md

@ -136,7 +136,7 @@ private void ConfigureAuthentication(ServiceConfigurationContext context, IConfi
## 本文的源代码
你可以在[这里](https://github.com/abpframework/abp-samples/tree/master/aspnet-core/Authentication-Customization)找到已完成的示例源码.
你可以在[这里](https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization)找到已完成的示例源码.
# FAQ

2
docs/zh-Hans/How-To/Customize-Login-Page-MVC.md

@ -105,7 +105,7 @@ public class CustomLoginModel : LoginModel
## 本文的源代码
你可以在[这里](https://github.com/abpframework/abp-samples/tree/master/aspnet-core/Authentication-Customization)找到已完成的示例源码.
你可以在[这里](https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization)找到已完成的示例源码.
## 另请参阅

2
docs/zh-Hans/How-To/Customize-SignIn-Manager.md

@ -93,7 +93,7 @@ PreConfigure<IdentityBuilder>(identityBuilder =>
## 本文的源代码
你可以在[这里](https://github.com/abpframework/abp-samples/tree/master/aspnet-core/Authentication-Customization)找到已完成的示例源码.
你可以在[这里](https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization)找到已完成的示例源码.
## 另请参阅

2
docs/zh-Hans/Samples/Index.md

@ -49,7 +49,7 @@
* [源码](https://github.com/abpframework/abp-samples/tree/master/TextTemplateDemo)
* [文本模板文档](../Text-Templating.md)
* **自定义认证**: 如何为ASP.NET Core MVC / Razor Pages应用程序自定义身份验证的解决方案.
* [源码](https://github.com/abpframework/abp-samples/tree/master/aspnet-core/Authentication-Customization)
* [源码](https://github.com/abpframework/abp-samples/tree/master/Authentication-Customization)
* 相关 "[How To](../How-To/Index.md)" 文档:
* [Azure Active Directory 认证](../How-To/Azure-Active-Directory-Authentication-MVC.md)
* [自定义登录页面](../How-To/Customize-Login-Page-MVC.md)

Loading…
Cancel
Save