From 89556b1275d577073482acfb8673b63c6357fd59 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Tue, 9 Mar 2021 00:08:57 +0100 Subject: [PATCH] Fix what's new link to filtered include (#3138) Fixes #3137 --- entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md b/entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md index 33125d2cd9..082427d558 100644 --- a/entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md +++ b/entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md @@ -110,7 +110,7 @@ var blogs = context.Blogs This query will return blogs together with each associated post, but only when the post title contains "Cheese". -For further information, [see the full documentation on split queries](xref:core/querying/related-data/eager#filtered-include). +For further information, [see the full documentation on filtered include](xref:core/querying/related-data/eager#filtered-include). ## Table-per-type (TPT) mapping