From 0043c87de0817ba5383863d37f1bbd4a0757b53b Mon Sep 17 00:00:00 2001 From: Paulo Morgado <470455+paulomorgado@users.noreply.github.com> Date: Fri, 8 May 2020 20:52:07 +0100 Subject: [PATCH] Change GDPR URL (#18202) The GDPR URL points to https://www.eugdpr.org/ which reports to be under construction. I propose using this: https://ec.europa.eu/info/law/law-topic/data-protection/reform/what-does-general-data-protection-regulation-gdpr-govern_en P.S.: I'm not a lawyer. --- aspnetcore/security/gdpr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/gdpr.md b/aspnetcore/security/gdpr.md index e6f202b56c..762a5bb964 100644 --- a/aspnetcore/security/gdpr.md +++ b/aspnetcore/security/gdpr.md @@ -12,7 +12,7 @@ uid: security/gdpr By [Rick Anderson](https://twitter.com/RickAndMSFT) -ASP.NET Core provides APIs and templates to help meet some of the [EU General Data Protection Regulation (GDPR)](https://www.eugdpr.org/) requirements: +ASP.NET Core provides APIs and templates to help meet some of the [EU General Data Protection Regulation (GDPR)](https://ec.europa.eu/info/law/law-topic/data-protection/reform/what-does-general-data-protection-regulation-gdpr-govern_en) requirements: ::: moniker range=">= aspnetcore-3.0"