diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 222522b092d37682da999d5ad62e7bd591bfea85..ffa969e80a559bc3c2fe0a952ea270863f488b54 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@ For non-security related bugs, log a new issue in the appropriate GitHub reposit
 
 * [Docs](https://github.com/aspnet/Docs)
 * [AspNetCore](https://github.com/aspnet/AspNetCore)
-* [Entity Framework Core](https://github.com/aspnet/EntityFrameworkCore)
+* [Entity Framework Core](https://github.com/dotnet/efcore)
 * [Tooling](https://github.com/aspnet/Tooling)
 * [Extensions](https://github.com/aspnet/Extensions)
 
diff --git a/README.md b/README.md
index e0f7cffe1fb3c2e9a938faa9035445bae4b701eb..683e7a8603a53d194e783e16c1f0c308d513292b 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Security issues and bugs should be reported privately, via email, to the Microso
 These are some other repos for related projects:
 
 * [Documentation](https://github.com/aspnet/Docs) - documentation sources for https://docs.microsoft.com/aspnet/core/
-* [Entity Framework Core](https://github.com/aspnet/EntityFrameworkCore) - data access technology
+* [Entity Framework Core](https://github.com/dotnet/efcore) - data access technology
 * [Extensions](https://github.com/aspnet/Extensions) - Logging, configuration, dependency injection, and more.
 
 ## Code of conduct
diff --git a/eng/Versions.props b/eng/Versions.props
index 1440435365e7cd10846ef4cb55d79e048a0c4ce5..28d8e0c6938d3c502ef0c0a275777293bf9b59f8 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -158,7 +158,7 @@
     <MicrosoftInternalExtensionsRefsPackageVersion>5.0.0-alpha.1.20056.3</MicrosoftInternalExtensionsRefsPackageVersion>
     <MicrosoftJSInteropPackageVersion>5.0.0-alpha.1.20056.3</MicrosoftJSInteropPackageVersion>
     <MonoWebAssemblyInteropPackageVersion>5.0.0-preview3.1.20056.3</MonoWebAssemblyInteropPackageVersion>
-    <!-- Packages from aspnet/EntityFrameworkCore -->
+    <!-- Packages from dotnet/efcore -->
     <dotnetefPackageVersion>5.0.0-alpha.1.19602.5</dotnetefPackageVersion>
     <MicrosoftEntityFrameworkCoreInMemoryPackageVersion>5.0.0-alpha.1.19602.5</MicrosoftEntityFrameworkCoreInMemoryPackageVersion>
     <MicrosoftEntityFrameworkCoreRelationalPackageVersion>5.0.0-alpha.1.19602.5</MicrosoftEntityFrameworkCoreRelationalPackageVersion>