Skip to content

Commit

Permalink
Improve link to Property Bags documentation page for What's New in EF…
Browse files Browse the repository at this point in the history
… Core 5.0 page (#3380)
  • Loading branch information
okyrylchuk authored Aug 17, 2021
1 parent f3693d9 commit 98d69c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public class ProductsContext : DbContext
}
```

These entities can then be queried and updated just like normal entity types with their own, dedicated CLR type. More information can be found in the documentation on [property bags](xref:core/modeling/shadow-properties).
These entities can then be queried and updated just like normal entity types with their own, dedicated CLR type. More information can be found in the documentation on [property bags](xref:core/modeling/shadow-properties#property-bag-entity-types).

## Required 1:1 dependents

Expand Down

0 comments on commit 98d69c7

Please sign in to comment.