Skip to content

Commit 42bffa8

Browse files
authored
Fix link
1 parent 83c3774 commit 42bffa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide/modeling/integration/odata-services/published-odata-services/odata-representation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In the settings of the OData service, you can choose how associations are repres
4545

4646
### As a Link
4747

48-
When you choose to represent associations as links, the data of associated objects can be included in the response by using the `$expand` query parameter. For more information, see [Retrieving Associated Objects](/refguide/odata-query-options/#retrieving-associated-objects).
48+
When you represent associations as links, the data of associated objects can be included in the response by using the `$expand` query parameter. For more information, see the [Retrieving Associated Objects](/refguide/supported-odata-operations/#retrieving-associated-objects) section of *Supported OData Operations*.
4949

5050
This means you can only publish an association when the entity on the other side is published in this service as well. This also means that you cannot publish the same entity more than once in the same service (because in that case, it would not be clear where the link should point to).
5151

0 commit comments

Comments
 (0)