diff --git a/aspnetcore/aspnetcore-2.1.md b/aspnetcore/aspnetcore-2.1.md index 1594c92adb..29a0b742b7 100644 --- a/aspnetcore/aspnetcore-2.1.md +++ b/aspnetcore/aspnetcore-2.1.md @@ -74,7 +74,7 @@ In production, HTTPS must be explicitly configured. In 2.1, default configuratio ## GDPR -ASP.NET Core provides APIs and templates to help meet some of the [UE General Data Protection Regulation (GDPR)](https://www.eugdpr.org/) requirements. For more information, see [GDPR support in ASP.NET Core](xref:security/gdpr). A [sample app](https://github.com/aspnet/Docs/tree/live/aspnetcore/security/gdpr/sample) shows how to use and lets you test most of the GDPR extension points and APIs added to the ASP.NET Core 2.1 templates. +ASP.NET Core provides APIs and templates to help meet some of the [EU General Data Protection Regulation (GDPR)](https://www.eugdpr.org/) requirements. For more information, see [GDPR support in ASP.NET Core](xref:security/gdpr). A [sample app](https://github.com/aspnet/Docs/tree/live/aspnetcore/security/gdpr/sample) shows how to use and lets you test most of the GDPR extension points and APIs added to the ASP.NET Core 2.1 templates. ## Integration tests