Skip to content

Commit 28ca0b7

Browse files
committed
Build warnings fixed
1 parent 4c4e5a7 commit 28ca0b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

powerapps-docs/developer/data-platform/webapi/samples/cdswebapiservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Sends a `DELETE` request synchronously.
210210
More information:
211211

212212
- [Basic delete](../update-delete-entities-using-web-api.md#basic-delete)
213-
- [Remove a reference to a table](../associate-disassociate-entities-using-web-api.md#remove-a-reference-to-a-table)
213+
- [Remove a reference to a table](../associate-disassociate-entities-using-web-api.md#remove-a-reference-to-a-table-row)
214214
- [Delete a single property value](../update-delete-entities-using-web-api.md#delete-a-single-property-value)
215215

216216
## DeleteAsync

powerapps-docs/developer/data-platform/webapi/update-delete-entities-using-web-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ OData-Version: 4.0
7272
```
7373

7474
> [!NOTE]
75-
> See [Associate and disassociate tables on update](associate-disassociate-entities-using-web-api.md#associate-and-disassociate-tables-on-update) for information about associating and disassociating entities on update.
75+
> See [Associate and disassociate tables on update](associate-disassociate-entities-using-web-api.md#associate-and-disassociate-table-rows-on-update) for information about associating and disassociating entities on update.
7676
7777
<a name="bkmk_updateWithDataReturned"></a>
7878

@@ -175,7 +175,7 @@ OData-Version: 4.0
175175
```
176176

177177
> [!NOTE]
178-
> This can’t be used with a single-valued navigation property to disassociate two entities. For an alternative approach, see [Remove a reference to a table](associate-disassociate-entities-using-web-api.md#bkmk_Removeareferencetoanentity).
178+
> This can’t be used with a single-valued navigation property to disassociate two entities. For an alternative approach, see [Remove a reference to a table](associate-disassociate-entities-using-web-api.md#bkmk_Removeareferencetoarow).
179179
180180
<a name="bkmk_upsert"></a>
181181

0 commit comments

Comments
 (0)