Skip to content

Commit 5163624

Browse files
authored
Update early-bound-programming.md
Fix link to entity-operations-create.md
1 parent e0c99bd commit 5163624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/org-service/early-bound-programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ new EntityCollection(new Entity[] { relatedEntity.ToEntity<Entity>() });
187187
### See also
188188

189189
[Entity operations using the SDK for .NET](entity-operations.md)<br />
190-
[Create table rows using the SDK for .NET-operations-create.md)<br />
190+
[Create table rows using the SDK for .NET](entity-operations-create.md)<br />
191191
[Retrieve a table row using the SDK for .NET](entity-operations-retrieve.md)<br />
192192
[Query data using the SDK for .NET](entity-operations-query-data.md)<br />
193193
[Update and delete table rows using the SDK for .NET](entity-operations-update-delete.md)<br />

0 commit comments

Comments
 (0)